Skip to content

Commit

Permalink
Merge pull request #28 from getsafle/main-server
Browse files Browse the repository at this point in the history
updated chain details
  • Loading branch information
SubhanshuMG committed Jun 12, 2024
2 parents dafaec1 + 23ce968 commit f367be2
Showing 1 changed file with 24 additions and 60 deletions.
84 changes: 24 additions & 60 deletions chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,43 +10,7 @@
"imageURL": "https://assets.coingecko.com/coins/images/279/large/ethereum.png"
},
{
"network": "ropsten",
"rpc": "https://ropsten.infura.io/v3/${INFURA_API_KEY}",
"chainId": 3,
"explorer": "https://ropsten.etherscan.io",
"nativeCurrency": "Ropsten Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/279/large/ethereum.png"
},
{
"network": "kovan",
"rpc": "https://kovan.infura.io/v3/${INFURA_API_KEY}",
"chainId": 42,
"explorer": "https://kovan.etherscan.io",
"nativeCurrency": "Kovan Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/279/large/ethereum.png"
},
{
"network": "rinkeby",
"rpc": "https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
"chainId": 4,
"explorer": "https://rinkeby.etherscan.io",
"nativeCurrency": "Rinkeby Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/279/large/ethereum.png"
},
{
"network": "goerli",
"rpc": "https://goerli.infura.io/v3/${INFURA_API_KEY}",
"chainId": 420,
"explorer": "https://goerli.etherscan.io",
"nativeCurrency": "Goerli Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/279/large/ethereum.png"
},
{
"network": "sepolia",
"network": "testnet",
"rpc": "https://sepolia.infura.io/v3/${INFURA_API_KEY}",
"chainId": 11155111,
"explorer": "https://sepolia.etherscan.io",
Expand All @@ -58,18 +22,18 @@
"polygon": [
{
"network": "polygon-mainnet",
"rpc": "https://polygon-rpc.com",
"rpc": "https://polygon-mainnet.infura.io/v3/${INFURA_API_KEY}",
"chainId": 137,
"explorer": "https://polygonscan.com",
"nativeCurrency": "Matic",
"symbol": "MATIC",
"imageURL": "https://assets.coingecko.com/coins/images/4713/large/matic-token-icon.png"
},
{
"network": "mumbai",
"rpc": "https://rpc-mumbai.matic.today",
"chainId": 80001,
"explorer": "https://mumbai.polygonscan.com",
"network": "testnet",
"rpc": "https://polygon-amoy.infura.io/v3/${INFURA_API_KEY}",
"chainId": 80002,
"explorer": "https://amoy.polygonscan.com/",
"nativeCurrency": "Matic",
"symbol": "MATIC",
"imageURL": "https://assets.coingecko.com/coins/images/4713/large/matic-token-icon.png"
Expand Down Expand Up @@ -98,18 +62,18 @@
"avalanche": [
{
"network": "avalanche-mainnet",
"rpc": "https://api.avax.network/ext/bc/C/rpc",
"rpc": "https://avalanche-mainnet.infura.io/v3/${INFURA_API_KEY}",
"chainId": 43114,
"explorer": "https://cchain.explorer.avax.network",
"explorer": "https://subnets.avax.network/c-chain",
"nativeCurrency": "Avalanche",
"symbol": "AVAX",
"imageURL": "https://assets.coingecko.com/coins/images/12559/large/coin-round-red.png"
},
{
"network": "testnet",
"rpc": "https://api.avax-test.network/ext/bc/C/rpc",
"rpc": "https://avalanche-fuji.infura.io/v3/${INFURA_API_KEY}",
"chainId": 43113,
"explorer": "https://cchain.explorer.avax-test.network",
"explorer": "https://subnets-test.avax.network/c-chain",
"nativeCurrency": "Avalanche",
"symbol": "AVAX",
"imageURL": "https://assets.coingecko.com/coins/images/12559/large/coin-round-red.png"
Expand Down Expand Up @@ -138,7 +102,7 @@
"bsc": [
{
"network": "bsc-mainnet",
"rpc": "https://bsc-dataseed.binance.org",
"rpc": "https://rpc.ankr.com/bsc",
"chainId": 56,
"explorer": "https://bscscan.com",
"nativeCurrency": "BNB",
Expand All @@ -147,7 +111,7 @@
},
{
"network": "testnet",
"rpc": "https://data-seed-prebsc-1-s1.binance.org:8545",
"rpc": "https://bsc-testnet-rpc.publicnode.com",
"chainId": 97,
"explorer": "https://testnet.bscscan.com",
"nativeCurrency": "BNB",
Expand All @@ -158,7 +122,7 @@
"mantle": [
{
"network": "mantle-mainnet",
"rpc": "http://rpc.mantle.xyz/",
"rpc": "https://mantle-mainnet.infura.io/v3/${INFURA_API_KEY}",
"chainId": 5000,
"explorer": "http://explorer.mantle.xyz/",
"nativeCurrency": "MNT",
Expand All @@ -167,9 +131,9 @@
},
{
"network": "testnet",
"rpc": "https://rpc.testnet.mantle.xyz",
"chainId": 5001,
"explorer": "https://explorer.testnet.mantle.xyz",
"rpc": "https://mantle-sepolia.infura.io/v3/${INFURA_API_KEY}",
"chainId": 5003,
"explorer": "https://explorer.sepolia.mantle.xyz/",
"nativeCurrency": "MNT",
"symbol": "MNT",
"imageURL": "https://s2.coinmarketcap.com/static/img/coins/64x64/27075.png"
Expand All @@ -186,10 +150,10 @@
"imageURL": "https://assets.coingecko.com/coins/images/25244/large/Optimism.png"
},
{
"network": "goerli",
"rpc": "https://optimism-goerli.infura.io/v3/${INFURA_API_KEY}",
"chainId": 420,
"explorer": "https://goerli-optimism.etherscan.io",
"network": "testnet",
"rpc": "https://optimism-sepolia.infura.io/v3/${INFURA_API_KEY}",
"chainId": 11155420,
"explorer": "https://sepolia-optimism.etherscan.io",
"nativeCurrency": "Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/25244/large/Optimism.png"
Expand All @@ -206,10 +170,10 @@
"imageURL": "https://assets.coingecko.com/coins/images/16547/large/photo_2023-03-29_21.47.00.jpeg"
},
{
"network": "goerli",
"rpc": "https://arbitrum-goerli.infura.io/v3/${INFURA_API_KEY}",
"chainId": 421613,
"explorer": "https://testnet.arbiscan.io",
"network": "testnet",
"rpc": "https://arbitrum-sepolia.infura.io/v3/${INFURA_API_KEY}",
"chainId": 421614,
"explorer": "https://sepolia.arbiscan.io/",
"nativeCurrency": "Ether",
"symbol": "ETH",
"imageURL": "https://assets.coingecko.com/coins/images/16547/large/photo_2023-03-29_21.47.00.jpeg"
Expand Down

0 comments on commit f367be2

Please sign in to comment.