diff --git a/_data/chains/eip155-1516.json b/_data/chains/eip155-1516.json new file mode 100644 index 000000000000..bb59732f3391 --- /dev/null +++ b/_data/chains/eip155-1516.json @@ -0,0 +1,22 @@ +{ + "name": "Story Odyssey Testnet", + "chain": "Story Odyssey Testnet", + "rpc": ["https://odyssey.storyrpc.io"], + "faucets": [], + "chainId": 1516, + "networkId": 1516, + "nativeCurrency": { + "name": "IP", + "symbol": "IP", + "decimals": 18 + }, + "infoURL": "https://www.story.foundation", + "shortName": "story-testnet", + "explorers": [ + { + "name": "Story Odyssey Network explorer", + "url": "https://odyssey-testnet-explorer.storyscan.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1555.json b/_data/chains/eip155-1555.json new file mode 100644 index 000000000000..513e89f3427e --- /dev/null +++ b/_data/chains/eip155-1555.json @@ -0,0 +1,23 @@ +{ + "name": "Digital Smart Chain", + "chain": "Digital Smart Chain", + "icon": "dscscan", + "rpc": ["https://rpc01.dscscan.io"], + "faucets": [], + "nativeCurrency": { + "name": "Digital Smart Chain", + "symbol": "DSCs", + "decimals": 18 + }, + "infoURL": "https://rpc01.dscscan.io", + "shortName": "DSCs", + "chainId": 1555, + "networkId": 1555, + "explorers": [ + { + "name": "Digital Smart Chain", + "url": "https://explorer.dotblox.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-1927.json b/_data/chains/eip155-1927.json new file mode 100644 index 000000000000..eac45278f4a0 --- /dev/null +++ b/_data/chains/eip155-1927.json @@ -0,0 +1,27 @@ +{ + "name": "Arvix Testnet", + "chain": "Arvix", + "rpc": [ + "https://rpc-testnet-market.arvix.network", + "https://rpc-dev-testnet.arvix.network" + ], + "faucets": ["https://claim-faucet.arvix.network"], + "nativeCurrency": { + "name": "Arvix Testnet Native Token", + "symbol": "tARV", + "decimals": 18 + }, + "infoURL": "https://arvix.network", + "shortName": "arvix", + "chainId": 1927, + "networkId": 1927, + "icon": "arvix", + "explorers": [ + { + "name": "Arvix Explorer Testnet", + "url": "https://testnet.arvixscan.com", + "standard": "EIP3091", + "icon": "arvix" + } + ] +} diff --git a/_data/chains/eip155-24132016.json b/_data/chains/eip155-24132016.json new file mode 100644 index 000000000000..093907ffc0a8 --- /dev/null +++ b/_data/chains/eip155-24132016.json @@ -0,0 +1,16 @@ +{ + "name": "XMTP", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "USDC", + "symbol": "USDC", + "decimals": 18 + }, + "infoURL": "https://xmtp.org", + "shortName": "xmtp", + "chainId": 24132016, + "networkId": 24132016, + "status": "incubating" +} diff --git a/_data/chains/eip155-241320161.json b/_data/chains/eip155-241320161.json new file mode 100644 index 000000000000..87cec46d0dbb --- /dev/null +++ b/_data/chains/eip155-241320161.json @@ -0,0 +1,16 @@ +{ + "name": "XMTP Sepolia", + "chain": "ETH", + "rpc": [], + "faucets": [], + "nativeCurrency": { + "name": "USDC", + "symbol": "USDC", + "decimals": 18 + }, + "infoURL": "https://xmtp.org", + "shortName": "xmtp-sepolia", + "chainId": 241320161, + "networkId": 241320161, + "status": "incubating" +} diff --git a/_data/chains/eip155-2478899481.json b/_data/chains/eip155-2478899481.json new file mode 100644 index 000000000000..ad20357a1f63 --- /dev/null +++ b/_data/chains/eip155-2478899481.json @@ -0,0 +1,24 @@ +{ + "name": "Accumulate Kermit", + "shortName": "Kermit", + "title": "Accumulate Kermit Testnet", + "chain": "Accumulate", + "chainId": 2478899481, + "networkId": 2478899481, + "infoURL": "https://accumulate.org", + "slip44": 2147483929, + "rpc": ["https://kermit.accumulatenetwork.io/eth"], + "nativeCurrency": { + "name": "ACME", + "symbol": "ACME", + "decimals": 18 + }, + "faucets": ["https://kermit.explorer.accumulatenetwork.io/faucet"], + "explorers": [ + { + "name": "accumulate-explorer-kermit", + "url": "https://kermit.explorer.accumulatenetwork.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-282.json b/_data/chains/eip155-282.json index 27678e83dd7c..a76286dcfc43 100644 --- a/_data/chains/eip155-282.json +++ b/_data/chains/eip155-282.json @@ -1,7 +1,7 @@ { - "name": "Cronos zkEVM Testnet", - "chain": "CronosZkEVMTestnet", - "rpc": ["https://testnet.zkevm.cronos.org"], + "name": "Deprecated Cronos zkEVM Testnet", + "chain": "deprecatedCronosZkEVMTestnet", + "rpc": ["https://deprecated.testnet.zkevm.cronos.org"], "faucets": ["https://zkevm.cronos.org/faucet"], "nativeCurrency": { "name": "Cronos zkEVM Test Coin", @@ -9,7 +9,7 @@ "decimals": 18 }, "infoURL": "https://docs-zkevm.cronos.org", - "shortName": "zkTCRO", + "shortName": "deprecated-zkTCRO", "chainId": 282, "networkId": 282, "slip44": 1, @@ -19,5 +19,6 @@ "url": "https://explorer.zkevm.cronos.org/testnet", "standard": "none" } - ] + ], + "status": "deprecated" } diff --git a/_data/chains/eip155-33139.json b/_data/chains/eip155-33139.json new file mode 100644 index 000000000000..98ed258ddb61 --- /dev/null +++ b/_data/chains/eip155-33139.json @@ -0,0 +1,23 @@ +{ + "name": "ApeChain", + "chain": "apechain", + "rpc": ["https://rpc.apechain.com"], + "faucets": [], + "nativeCurrency": { + "name": "ApeCoin", + "symbol": "APE", + "decimals": 18 + }, + "infoURL": "https://apechain.com", + "shortName": "apechain", + "chainId": 33139, + "networkId": 33139, + "icon": "apechain", + "explorers": [ + { + "name": "ApeChain Explorer", + "url": "https://apescan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/chains/eip155-480.json b/_data/chains/eip155-480.json index c9453cc4e385..2eba66de17b7 100644 --- a/_data/chains/eip155-480.json +++ b/_data/chains/eip155-480.json @@ -1,16 +1,43 @@ { "name": "World Chain", "chain": "ETH", - "rpc": ["https://worldchain-mainnet.g.alchemy.com/public"], + "rpc": [ + "https://worldchain-mainnet.g.alchemy.com/public", + "https://480.rpc.thirdweb.com", + "https://worldchain-mainnet.gateway.tenderly.co", + "wss://worldchain-mainnet.gateway.tenderly.co" + ], "faucets": [], "nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://worldcoin.org", + "infoURL": "https://world.org/world-chain", "shortName": "wc", "chainId": 480, "networkId": 480, - "status": "incubating" + "slip44": 1, + "parent": { + "type": "L2", + "chain": "eip155-1", + "bridges": [ + { "url": "https://world-chain.superbridge.app" }, + { "url": "https://app.across.to/bridge?destinationChainId=480" }, + { "url": "https://worldchain-mainnet.bridge.alchemy.com" } + ] + }, + "explorers": [ + { + "name": "etherscan", + "url": "https://worldscan.org", + "standard": "EIP3091" + }, + { + "name": "blockscout", + "url": "https://worldchain-mainnet.explorer.alchemy.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-4801.json b/_data/chains/eip155-4801.json index c6298ee834d8..ddeeaeb68fe5 100644 --- a/_data/chains/eip155-4801.json +++ b/_data/chains/eip155-4801.json @@ -1,17 +1,42 @@ { "name": "World Chain Sepolia Testnet", "chain": "ETH", - "rpc": ["https://worldchain-sepolia.g.alchemy.com/public"], - "faucets": [], + "rpc": [ + "https://worldchain-sepolia.g.alchemy.com/public", + "https://4801.rpc.thirdweb.com", + "https://worldchain-sepolia.gateway.tenderly.co", + "wss://worldchain-sepolia.gateway.tenderly.co" + ], + "faucets": [ + "https://www.alchemy.com/faucets/world-chain-sepolia", + "https://console.optimism.io/faucet" + ], "nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://worldcoin.org/", + "infoURL": "https://world.org/world-chain", "shortName": "wcsep", "chainId": 4801, "networkId": 4801, "slip44": 1, - "explorers": [] + "parent": { + "type": "L2", + "chain": "eip155-11155111", + "bridges": [{ "url": "https://worldchain-sepolia.bridge.alchemy.com" }] + }, + "explorers": [ + { + "name": "etherscan", + "url": "https://sepolia.worldscan.org", + "standard": "EIP3091" + }, + { + "name": "blockscout", + "url": "https://worldchain-sepolia.explorer.alchemy.com", + "icon": "blockscout", + "standard": "EIP3091" + } + ] } diff --git a/_data/chains/eip155-70701.json b/_data/chains/eip155-70701.json new file mode 100644 index 000000000000..e851bb73aeac --- /dev/null +++ b/_data/chains/eip155-70701.json @@ -0,0 +1,32 @@ +{ + "name": "Proof of Play - Boss", + "chainId": 70701, + "shortName": "pop-boss", + "chain": "ETH", + "networkId": 70701, + "nativeCurrency": { + "name": "Ether", + "symbol": "ETH", + "decimals": 18 + }, + "rpc": ["https://rpc.boss.proofofplay.com"], + "faucets": [], + "explorers": [ + { + "name": "Proof of Play Boss Explorer", + "url": "https://explorer.boss.proofofplay.com", + "icon": "pop-boss", + "standard": "EIP3091" + } + ], + "infoURL": "https://proofofplay.com", + "icon": "pop-boss", + "parent": { + "type": "L2", + "chain": "eip155-42161", + "bridges": [ + { "url": "https://bridge.arbitrum.io" }, + { "url": "https://relay.link/bridge/boss/" } + ] + } +} diff --git a/_data/chains/eip155-7117.json b/_data/chains/eip155-7117.json new file mode 100644 index 000000000000..d2277c3bcd75 --- /dev/null +++ b/_data/chains/eip155-7117.json @@ -0,0 +1,25 @@ +{ + "name": "0XL3", + "chain": "0XL3", + "icon": "0xl3", + "rpc": ["https://rpc.0xl3.com"], + "faucets": [], + "features": [{ "name": "EIP155" }, { "name": "EIP1559" }], + "nativeCurrency": { + "name": "XL3", + "symbol": "XL3", + "decimals": 18 + }, + "infoURL": "https://0xl3.com", + "shortName": "0xl3", + "chainId": 7117, + "networkId": 7117, + "explorers": [ + { + "name": "0XL3 Explorer", + "url": "https://exp.0xl3.com", + "icon": "0xl3", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/0xl3.json b/_data/icons/0xl3.json new file mode 100644 index 000000000000..7f3fb71a99fd --- /dev/null +++ b/_data/icons/0xl3.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmSsUNLDQXspXXLCH6bUW5CKJgon42yiVZ2Gp4ZBWL79Vx", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/apechain.json b/_data/icons/apechain.json new file mode 100644 index 000000000000..f08343ce65f7 --- /dev/null +++ b/_data/icons/apechain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP", + "width": 1200, + "height": 1200, + "format": "png" + } +] diff --git a/_data/icons/arvix.json b/_data/icons/arvix.json new file mode 100644 index 000000000000..b4f1333c489a --- /dev/null +++ b/_data/icons/arvix.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmcwGGWyemrFUZPriS3PqxLUoT7vdtS7FqNY5fAaoTG27Q", + "width": 500, + "height": 500, + "format": "png" + } +] diff --git a/_data/icons/dscscan.json b/_data/icons/dscscan.json new file mode 100644 index 000000000000..f46fee8e7683 --- /dev/null +++ b/_data/icons/dscscan.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmfY4XoQCj3WbiSsj7nZyBXwkDX6PFsWSroTDvhP9Eoy6S", + "width": 53, + "height": 53, + "format": "png" + } +] diff --git a/_data/icons/pop-boss.json b/_data/icons/pop-boss.json new file mode 100644 index 000000000000..254574da3d71 --- /dev/null +++ b/_data/icons/pop-boss.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmW3NPDe6WRqucrWbe8pg3GqSMPi8V6Qa1fAiaQuqjxSJC", + "width": 1256, + "height": 1256, + "format": "png" + } +] diff --git a/_data/iconsDownload/QmcwGGWyemrFUZPriS3PqxLUoT7vdtS7FqNY5fAaoTG27Q b/_data/iconsDownload/QmcwGGWyemrFUZPriS3PqxLUoT7vdtS7FqNY5fAaoTG27Q new file mode 100644 index 000000000000..18678169b144 Binary files /dev/null and b/_data/iconsDownload/QmcwGGWyemrFUZPriS3PqxLUoT7vdtS7FqNY5fAaoTG27Q differ