From 0c98eac70c8149447d13e0bbbe6733f372b7aeba Mon Sep 17 00:00:00 2001 From: SATMan <101592073+satman81@users.noreply.github.com> Date: Sun, 22 Sep 2024 09:41:36 +0200 Subject: [PATCH 1/3] Add Metropolis Testnet by BonusBlock www.bonusbloc.io --- _data/chains/eip155-41140.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 _data/chains/eip155-41140.json diff --git a/_data/chains/eip155-41140.json b/_data/chains/eip155-41140.json new file mode 100644 index 000000000000..6b62b70cea85 --- /dev/null +++ b/_data/chains/eip155-41140.json @@ -0,0 +1,23 @@ +{ + "name": "Metropolis Testnet", + "chain": "MTP", + "rpc": ["https://rpc.metropolis.bonusblock.io"], + "faucets": [""], + "nativeCurrency": { + "name": "Ethereum", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://www.bonusblock.io", + "shortName": "metropolis-testnet", + "chainId": 41140, + "networkId": 41140, + "icon": "metropolis", + "explorers": [ + { + "name": "Metropolis Testnet Explorer", + "url": "https://explorer-metropolis.bonusblock.io", + "standard": "EIP3091" + } + ] +} From 66f0e5aedd43dcff0aa45cdce7c44cefb5d02d6c Mon Sep 17 00:00:00 2001 From: SATMan <101592073+satman81@users.noreply.github.com> Date: Mon, 23 Sep 2024 12:01:06 +0200 Subject: [PATCH 2/3] Update eip155-41140.json --- _data/chains/eip155-41140.json | 1 - 1 file changed, 1 deletion(-) diff --git a/_data/chains/eip155-41140.json b/_data/chains/eip155-41140.json index 6b62b70cea85..ad741755d4f4 100644 --- a/_data/chains/eip155-41140.json +++ b/_data/chains/eip155-41140.json @@ -12,7 +12,6 @@ "shortName": "metropolis-testnet", "chainId": 41140, "networkId": 41140, - "icon": "metropolis", "explorers": [ { "name": "Metropolis Testnet Explorer", From 50d1855bd463be98a585074d5bffbe0796a65c1c Mon Sep 17 00:00:00 2001 From: SATMan <101592073+satman81@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:06:32 +0100 Subject: [PATCH 3/3] Update eip155-41140.json --- _data/chains/eip155-41140.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/_data/chains/eip155-41140.json b/_data/chains/eip155-41140.json index ad741755d4f4..d5b8db0b6fbe 100644 --- a/_data/chains/eip155-41140.json +++ b/_data/chains/eip155-41140.json @@ -1,7 +1,7 @@ { "name": "Metropolis Testnet", "chain": "MTP", - "rpc": ["https://rpc.metropolis.bonusblock.io"], + "rpc": ["https://rpc.chain.viewmetropolis.com"], "faucets": [""], "nativeCurrency": { "name": "Ethereum", @@ -11,12 +11,5 @@ "infoURL": "https://www.bonusblock.io", "shortName": "metropolis-testnet", "chainId": 41140, - "networkId": 41140, - "explorers": [ - { - "name": "Metropolis Testnet Explorer", - "url": "https://explorer-metropolis.bonusblock.io", - "standard": "EIP3091" - } - ] + "networkId": 41140 }