From df6912697104112a5364f727bfa4c83b09ed0dab Mon Sep 17 00:00:00 2001 From: dfenstermaker Date: Thu, 9 Nov 2023 10:35:23 -0700 Subject: [PATCH 1/7] feat: new chain blitz testnet 1343 --- _data/chains/eip155-1343.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _data/chains/eip155-1343.json diff --git a/_data/chains/eip155-1343.json b/_data/chains/eip155-1343.json new file mode 100644 index 000000000000..38e9e61fa386 --- /dev/null +++ b/_data/chains/eip155-1343.json @@ -0,0 +1,28 @@ +{ + "name": "Blitz Subnet", + "chain": "BLITZ", + "icon": "blitz", + "rpc": ["https://subnets.avax.network/blitz/testnet/rpc"], + "features": [ + { + "name": "EIP1559" + } + ], + "faucets": [], + "nativeCurrency": { + "name": "BLITZ GAS", + "symbol": "BGAS", + "decimals": 18 + }, + "infoURL": "https://blitz.gg", + "shortName": "blitz", + "chainId": 1343, + "networkId": 1343, + "explorers": [ + { + "name": "BLITZ Explorer", + "url": "https://subnets-test.avax.network/blitz", + "standard": "EIP3091" + } + ] +} From 6ff988f170bb030fd0f1d5003c3076f2f3095f55 Mon Sep 17 00:00:00 2001 From: dfenstermaker Date: Fri, 10 Nov 2023 10:01:27 -0700 Subject: [PATCH 2/7] feat: new chain cloudverse 33210 --- _data/chains/eip155-33210.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _data/chains/eip155-33210.json diff --git a/_data/chains/eip155-33210.json b/_data/chains/eip155-33210.json new file mode 100644 index 000000000000..5a6b0d471178 --- /dev/null +++ b/_data/chains/eip155-33210.json @@ -0,0 +1,28 @@ +{ + "name": "Cloudverse Subnet", + "chain": "CLOUDVERSE", + "icon": "cloudverse", + "rpc": ["https://subnets.avax.network/cloudverse/mainnet/rpc"], + "features": [ + { + "name": "EIP1559" + } + ], + "faucets": [], + "nativeCurrency": { + "name": "XCLOUD", + "symbol": "XCLOUD", + "decimals": 18 + }, + "infoURL": "https://muadao.build/", + "shortName": "cloudverse", + "chainId": 33210, + "networkId": 33210, + "explorers": [ + { + "name": "CLOUDVERSE Explorer", + "url": "https://subnets.avax.network/cloudverse", + "standard": "EIP3091" + } + ] +} From 9a01795596645e2e1bc8d86e716f454192c737d2 Mon Sep 17 00:00:00 2001 From: dfenstermaker Date: Mon, 13 Nov 2023 08:09:36 -0700 Subject: [PATCH 3/7] feat: add chain jono12 955081 --- _data/chains/eip155-955081.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _data/chains/eip155-955081.json diff --git a/_data/chains/eip155-955081.json b/_data/chains/eip155-955081.json new file mode 100644 index 000000000000..b9fad74ad873 --- /dev/null +++ b/_data/chains/eip155-955081.json @@ -0,0 +1,27 @@ +{ + "name": "Jono12 Subnet", + "chain": "JONO12", + "rpc": ["https://subnets.avax.network/jono12/testnet/rpc"], + "features": [ + { + "name": "EIP1559" + } + ], + "faucets": [], + "nativeCurrency": { + "name": "Jono12 Token", + "symbol": "JONO", + "decimals": 18 + }, + "infoURL": "", + "shortName": "jono12", + "chainId": 955081, + "networkId": 955081, + "explorers": [ + { + "name": "JONO12 Explorer", + "url": "https://subnets-test.avax.network/jono12", + "standard": "EIP3091" + } + ] +} From 3ab90bc25ed43c0d9a599caab8e49cb1bd17f4c5 Mon Sep 17 00:00:00 2001 From: dfenstermaker Date: Tue, 28 Nov 2023 11:27:01 -0700 Subject: [PATCH 4/7] Adding chain tiltyard 1127469 --- _data/chains/eip155-1127469.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 _data/chains/eip155-1127469.json diff --git a/_data/chains/eip155-1127469.json b/_data/chains/eip155-1127469.json new file mode 100644 index 000000000000..e8feae428f74 --- /dev/null +++ b/_data/chains/eip155-1127469.json @@ -0,0 +1,27 @@ +{ + "name": "Tiltyard Subnet", + "chain": "TILTYARD", + "rpc": ["https://subnets.avax.network/tiltyard/testnet/rpc"], + "features": [ + { + "name": "EIP1559" + } + ], + "faucets": [], + "nativeCurrency": { + "name": "Tiltyard Token", + "symbol": "TILTG", + "decimals": 18 + }, + "infoURL": "", + "shortName": "tiltyard", + "chainId": 1127469, + "networkId": 1127469, + "explorers": [ + { + "name": "TILTYARD Explorer", + "url": "http://testnet-explorer.tiltyard.gg/", + "standard": "EIP3091" + } + ] +} From 1173207bedaffc457149391fb30b48405342f18f Mon Sep 17 00:00:00 2001 From: dfenstermaker Date: Tue, 28 Nov 2023 11:31:15 -0700 Subject: [PATCH 5/7] fix: remove 955081 private chain --- _data/chains/eip155-955081.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 _data/chains/eip155-955081.json diff --git a/_data/chains/eip155-955081.json b/_data/chains/eip155-955081.json deleted file mode 100644 index b9fad74ad873..000000000000 --- a/_data/chains/eip155-955081.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "name": "Jono12 Subnet", - "chain": "JONO12", - "rpc": ["https://subnets.avax.network/jono12/testnet/rpc"], - "features": [ - { - "name": "EIP1559" - } - ], - "faucets": [], - "nativeCurrency": { - "name": "Jono12 Token", - "symbol": "JONO", - "decimals": 18 - }, - "infoURL": "", - "shortName": "jono12", - "chainId": 955081, - "networkId": 955081, - "explorers": [ - { - "name": "JONO12 Explorer", - "url": "https://subnets-test.avax.network/jono12", - "standard": "EIP3091" - } - ] -} From b3cc1cd8ddd71ffd1739ec3943cb5636279f0c46 Mon Sep 17 00:00:00 2001 From: dfenstermaker Date: Tue, 28 Nov 2023 14:38:40 -0700 Subject: [PATCH 6/7] fix: remove slash in explorer url --- _data/chains/eip155-1127469.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/chains/eip155-1127469.json b/_data/chains/eip155-1127469.json index e8feae428f74..e5030da610e9 100644 --- a/_data/chains/eip155-1127469.json +++ b/_data/chains/eip155-1127469.json @@ -20,7 +20,7 @@ "explorers": [ { "name": "TILTYARD Explorer", - "url": "http://testnet-explorer.tiltyard.gg/", + "url": "http://testnet-explorer.tiltyard.gg", "standard": "EIP3091" } ] From b3432e45e149236eb9459e09e53bdef55c18fb8d Mon Sep 17 00:00:00 2001 From: Connor Chevli Date: Fri, 22 Dec 2023 11:34:02 -0500 Subject: [PATCH 7/7] Adding Eclipse Testnet 72172 --- _data/chains/eip155-72172.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _data/chains/eip155-72172.json diff --git a/_data/chains/eip155-72172.json b/_data/chains/eip155-72172.json new file mode 100644 index 000000000000..c16865771be7 --- /dev/null +++ b/_data/chains/eip155-72172.json @@ -0,0 +1,28 @@ +{ + "name": "Eclipse Subnet", + "chain": "ECLIPSE", + "icon": "eclipse", + "rpc": ["https://subnets.avax.network/eclipse/testnet/rpc"], + "features": [ + { + "name": "EIP1559" + } + ], + "faucets": [], + "nativeCurrency": { + "name": "Eclipse", + "symbol": "ECLP", + "decimals": 16 + }, + "infoURL": "http://eclipsenet.io", + "shortName": "eclipse", + "chainId": 72172, + "networkId": 72172, + "explorers": [ + { + "name": "ECLIPSE Explorer", + "url": "https://subnets-test.avax.network/eclipse", + "standard": "EIP3091" + } + ] +}