hts/apps/migrant/lib/chains.json

408 lines
9.2 KiB
JSON

[
{
"name": "Polygon Mainnet",
"chain": "Polygon",
"icon": "polygon",
"rpc": [
"https://polygon-rpc.com/",
"https://rpc-mainnet.matic.network",
"https://matic-mainnet.chainstacklabs.com",
"https://rpc-mainnet.maticvigil.com",
"https://rpc-mainnet.matic.quiknode.pro",
"https://matic-mainnet-full-rpc.bwarelabs.com",
"https://polygon-bor.publicnode.com"
],
"faucets": [],
"nativeCurrency": {
"name": "MATIC",
"symbol": "MATIC",
"decimals": 18
},
"features": [
{
"name": "EIP1559"
}
],
"infoURL": "https://polygon.technology/",
"shortName": "matic",
"chainId": 137,
"networkId": 137,
"slip44": 966,
"explorers": [
{
"name": "polygonscan",
"url": "https://polygonscan.com",
"standard": "EIP3091"
}
]
},
{
"name": "Polygon zkEVM",
"title": "Polygon zkEVM",
"chain": "Polygon",
"rpc": ["https://zkevm-rpc.com"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://polygon.technology/polygon-zkevm",
"shortName": "zkevm",
"chainId": 1101,
"networkId": 1101,
"icon": "zkevm",
"explorers": [
{
"name": "blockscout",
"url": "https://zkevm.polygonscan.com",
"icon": "zkevm",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{
"url": "https://bridge.zkevm-rpc.com"
}
]
}
},
{
"name": "Polygon zkEVM Testnet",
"title": "Polygon zkEVM Testnet",
"chain": "Polygon",
"rpc": ["https://rpc.public.zkevm-test.net"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://polygon.technology/solutions/polygon-zkevm/",
"shortName": "testnet-zkEVM-mango",
"chainId": 1442,
"networkId": 1442,
"explorers": [
{
"name": "Polygon zkEVM explorer",
"url": "https://explorer.public.zkevm-test.net",
"standard": "EIP3091"
}
]
},
{
"name": "Mumbai",
"title": "Polygon Testnet Mumbai",
"chain": "Polygon",
"icon": "polygon",
"rpc": [
"https://rpc-mumbai.maticvigil.com",
"https://rpc-mainnet.matic.quiknode.pro"
],
"faucets": ["https://faucet.polygon.technology/"],
"nativeCurrency": {
"name": "MATIC",
"symbol": "MATIC",
"decimals": 18
},
"infoURL": "https://polygon.technology/",
"features": [
{
"name": "EIP1559"
}
],
"shortName": "maticmum",
"chainId": 80001,
"networkId": 80001,
"explorers": [
{
"name": "polygonscan",
"url": "https://mumbai.polygonscan.com",
"standard": "EIP3091"
}
]
},
{
"name": "Ethereum",
"chain": "ETH",
"icon": "ethereum",
"rpc": [
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
"wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
"https://api.mycryptoapi.com/eth",
"https://cloudflare-eth.com",
"https://ethereum.publicnode.com"
],
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://ethereum.org",
"shortName": "eth",
"chainId": 1,
"networkId": 1,
"slip44": 60,
"ens": {
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
},
"explorers": [
{
"name": "etherscan",
"url": "https://etherscan.io",
"standard": "EIP3091"
}
]
},
{
"name": "Goerli",
"title": "Ethereum Testnet Goerli",
"chain": "ETH",
"rpc": [
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
"https://rpc.goerli.mudit.blog/"
],
"faucets": [
"http://fauceth.komputing.org?chain=5&address=${ADDRESS}",
"https://goerli-faucet.slock.it?address=${ADDRESS}",
"https://faucet.goerli.mudit.blog"
],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://goerli.net/#about",
"shortName": "gor",
"chainId": 5,
"networkId": 5,
"ens": {
"registry": "0x112234455c3a32fd11230c42e7bccd4a84e02010"
},
"explorers": [
{
"name": "etherscan-goerli",
"url": "https://goerli.etherscan.io",
"standard": "EIP3091"
}
]
},
{
"name": "Sepolia",
"title": "Ethereum Testnet Sepolia",
"chain": "ETH",
"rpc": [
"https://rpc.sepolia.org",
"https://rpc2.sepolia.org",
"https://rpc-sepolia.rockx.com"
],
"faucets": [
"http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"
],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://sepolia.otterscan.io",
"shortName": "sep",
"chainId": 11155111,
"networkId": 11155111,
"explorers": [
{
"name": "etherscan-sepolia",
"url": "https://sepolia.etherscan.io",
"standard": "EIP3091"
},
{
"name": "otterscan-sepolia",
"url": "https://sepolia.otterscan.io",
"standard": "EIP3091"
}
]
},
{
"name": "Arbitrum One",
"chainId": 42161,
"shortName": "arb1",
"chain": "ETH",
"networkId": 42161,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": [
"https://arbitrum-mainnet.infura.io/v3/${INFURA_API_KEY}",
"https://arb-mainnet.g.alchemy.com/v2/${ALCHEMY_API_KEY}",
"https://arb1.arbitrum.io/rpc"
],
"faucets": [],
"explorers": [
{
"name": "Arbiscan",
"url": "https://arbiscan.io",
"standard": "EIP3091"
},
{
"name": "Arbitrum Explorer",
"url": "https://explorer.arbitrum.io",
"standard": "EIP3091"
}
],
"infoURL": "https://arbitrum.io",
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{
"url": "https://bridge.arbitrum.io"
}
]
}
},
{
"name": "Arbitrum Nova",
"chainId": 42170,
"shortName": "arb-nova",
"chain": "ETH",
"networkId": 42170,
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpc": ["https://nova.arbitrum.io/rpc"],
"faucets": [],
"explorers": [
{
"name": "Arbitrum Nova Chain Explorer",
"url": "https://nova-explorer.arbitrum.io",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"infoURL": "https://arbitrum.io",
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [
{
"url": "https://bridge.arbitrum.io"
}
]
}
},
{
"name": "Arbitrum Goerli",
"title": "Arbitrum Goerli Rollup Testnet",
"chainId": 421613,
"shortName": "arb-goerli",
"chain": "ETH",
"networkId": 421613,
"nativeCurrency": {
"name": "Arbitrum Goerli Ether",
"symbol": "AGOR",
"decimals": 18
},
"rpc": ["https://goerli-rollup.arbitrum.io/rpc/"],
"faucets": [],
"infoURL": "https://arbitrum.io/",
"explorers": [
{
"name": "Arbitrum Goerli Rollup Explorer",
"url": "https://goerli-rollup-explorer.arbitrum.io",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-5",
"bridges": [
{
"url": "https://bridge.arbitrum.io/"
}
]
}
},
{
"name": "Mantle Testnet",
"chain": "ETH",
"rpc": ["https://rpc.testnet.mantle.xyz"],
"faucets": ["https://faucet.testnet.mantle.xyz"],
"nativeCurrency": {
"name": "Testnet BitDAO",
"symbol": "BIT",
"decimals": 18
},
"infoURL": "https://mantle.xyz",
"shortName": "mantle-testnet",
"chainId": 5001,
"networkId": 5001,
"explorers": [
{
"name": "Mantle Testnet Explorer",
"url": "https://explorer.testnet.mantle.xyz",
"standard": "EIP3091"
}
]
},
{
"name": "Optimism",
"chain": "ETH",
"rpc": ["https://mainnet.optimism.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://optimism.io",
"shortName": "oeth",
"chainId": 10,
"networkId": 10,
"explorers": [
{
"name": "etherscan",
"url": "https://optimistic.etherscan.io",
"standard": "EIP3091"
}
]
},
{
"name": "Optimism Goerli Testnet",
"chain": "ETH",
"rpc": ["https://goerli.optimism.io/"],
"faucets": [],
"nativeCurrency": {
"name": "Goerli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://optimism.io",
"shortName": "ogor",
"chainId": 420,
"networkId": 420,
"explorers": [
{
"name": "Optimistic Goerli Explorer",
"url": "https://goerli-optimistic.etherscan.io",
"standard": "EIP3091"
}
]
}
]