From 97102347911aaaed80234c3de2f94ac557d025e1 Mon Sep 17 00:00:00 2001 From: Chris Korhonen Date: Wed, 8 Nov 2023 11:11:21 -0500 Subject: [PATCH 1/3] Add Floor Testnet Chain Definition --- _data/chains/eip155-356671.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 _data/chains/eip155-356671.json diff --git a/_data/chains/eip155-356671.json b/_data/chains/eip155-356671.json new file mode 100644 index 000000000000..93cdd04d50b4 --- /dev/null +++ b/_data/chains/eip155-356671.json @@ -0,0 +1,20 @@ +{ + "name": "Floor Testnet", + "chain": "ETH", + "rpc": ["https://testnet.floor.lol"], + "nativeCurrency": { + "name": "Floor Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoUrl": "https://floornfts.io", + "shortname": "floor-testnet", + "chainId": 356671, + "networkId": 356671, + "explorers": [ + { + "name": "Floor Scout", + "url": "https://explorer.testnet.floor.lol" + } + ] +} From 94fb0bace7022fe5a0aeed1c98641c2461482133 Mon Sep 17 00:00:00 2001 From: Chris Korhonen <39121+ckorhonen@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:57:15 -0500 Subject: [PATCH 2/3] Update eip155-356671.json --- _data/chains/eip155-356671.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-356671.json b/_data/chains/eip155-356671.json index 93cdd04d50b4..4208986983b9 100644 --- a/_data/chains/eip155-356671.json +++ b/_data/chains/eip155-356671.json @@ -1,7 +1,7 @@ { "name": "Floor Testnet", "chain": "ETH", - "rpc": ["https://testnet.floor.lol"], + "rpc": ["https://geth.testnet.floor.lol"], "nativeCurrency": { "name": "Floor Ether", "symbol": "ETH", From 9eefdb9137aeff3991537d2be0cc29739d6c3a50 Mon Sep 17 00:00:00 2001 From: Chris Korhonen <39121+ckorhonen@users.noreply.github.com> Date: Thu, 9 Nov 2023 13:57:32 -0500 Subject: [PATCH 3/3] Update eip155-356671.json --- _data/chains/eip155-356671.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-356671.json b/_data/chains/eip155-356671.json index 4208986983b9..963d326b587c 100644 --- a/_data/chains/eip155-356671.json +++ b/_data/chains/eip155-356671.json @@ -13,7 +13,7 @@ "networkId": 356671, "explorers": [ { - "name": "Floor Scout", + "name": "Floor Explorer", "url": "https://explorer.testnet.floor.lol" } ]