From 36684c6281be7c2a01629d2d92e725f6ec5e12c8 Mon Sep 17 00:00:00 2001 From: Ben Haim Date: Sun, 27 Oct 2024 02:35:33 +0200 Subject: [PATCH 1/5] Add OTC network --- _data/chains/eip155-175.json | 24 ++++++++++++++++++++++++ _data/icons/otc.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-175.json create mode 100644 _data/icons/otc.json diff --git a/_data/chains/eip155-175.json b/_data/chains/eip155-175.json new file mode 100644 index 000000000000..cf5e30d8d6c7 --- /dev/null +++ b/_data/chains/eip155-175.json @@ -0,0 +1,24 @@ +{ + "name": "OTC", + "chain": "OTC", + "faucets": [], + "icon": "otc", + "rpc": ["https://0.otc.run", "wss://0.otc.run"], + "nativeCurrency": { + "name": "OTC", + "symbol": "OTC", + "decimals": 18 + }, + "infoURL": "https://otc.network", + "shortName": "OTC", + "chainId": 175, + "networkId": 175, + "slip44": 511, + "explorers": [ + { + "name": "OTC Explorer", + "url": "https://otc.network", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/otc.json b/_data/icons/otc.json new file mode 100644 index 000000000000..3a644071c551 --- /dev/null +++ b/_data/icons/otc.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmeFxEoeo6EiU5MP4xx9MWyi8GnyBD7yhVkX2aQg5oi1BZ", + "width": 512, + "height": 512, + "format": "png" + } +] From 1bee29414184d93bff1c2289d03110eba1a4dfc3 Mon Sep 17 00:00:00 2001 From: Ben Haim Date: Wed, 30 Oct 2024 09:06:35 +0200 Subject: [PATCH 2/5] Add OTC network changes --- _data/chains/eip155-175.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-175.json b/_data/chains/eip155-175.json index cf5e30d8d6c7..53e4de3c7f31 100644 --- a/_data/chains/eip155-175.json +++ b/_data/chains/eip155-175.json @@ -3,7 +3,7 @@ "chain": "OTC", "faucets": [], "icon": "otc", - "rpc": ["https://0.otc.run", "wss://0.otc.run"], + "rpc": ["https://rpc.otc.run", "wss://0.otc.run"], "nativeCurrency": { "name": "OTC", "symbol": "OTC", From 34df01c184149a6f5412bb13a1b7a08e44106e3b Mon Sep 17 00:00:00 2001 From: Ben Haim Date: Wed, 30 Oct 2024 09:08:16 +0200 Subject: [PATCH 3/5] Add OTC network changes wss --- _data/chains/eip155-175.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-175.json b/_data/chains/eip155-175.json index 53e4de3c7f31..d7f2b20080e3 100644 --- a/_data/chains/eip155-175.json +++ b/_data/chains/eip155-175.json @@ -3,7 +3,7 @@ "chain": "OTC", "faucets": [], "icon": "otc", - "rpc": ["https://rpc.otc.run", "wss://0.otc.run"], + "rpc": ["https://rpc.otc.run", "wss://rpc.otc.run"], "nativeCurrency": { "name": "OTC", "symbol": "OTC", From 9e21d4ceef3694b2414ece0095e1de6f135c444a Mon Sep 17 00:00:00 2001 From: Ben Haim Date: Thu, 31 Oct 2024 10:36:53 +0200 Subject: [PATCH 4/5] Update Icon size --- _data/icons/otc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/icons/otc.json b/_data/icons/otc.json index 3a644071c551..41de5dc2cf3b 100644 --- a/_data/icons/otc.json +++ b/_data/icons/otc.json @@ -1,6 +1,6 @@ [ { - "url": "ipfs://QmeFxEoeo6EiU5MP4xx9MWyi8GnyBD7yhVkX2aQg5oi1BZ", + "url": "ipfs://QmfC9nTyEUPTXeqhDTpAcqHtLphHFyvZYj2tyoWiMu46H1", "width": 512, "height": 512, "format": "png" From 44c16c4e799ddbd185ab945b688df60d9a90b013 Mon Sep 17 00:00:00 2001 From: Ben Haim Date: Thu, 31 Oct 2024 17:20:11 +0200 Subject: [PATCH 5/5] remove explorer link --- _data/chains/eip155-175.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/_data/chains/eip155-175.json b/_data/chains/eip155-175.json index d7f2b20080e3..56142a290ca0 100644 --- a/_data/chains/eip155-175.json +++ b/_data/chains/eip155-175.json @@ -13,12 +13,5 @@ "shortName": "OTC", "chainId": 175, "networkId": 175, - "slip44": 511, - "explorers": [ - { - "name": "OTC Explorer", - "url": "https://otc.network", - "standard": "EIP3091" - } - ] + "slip44": 511 }