Skip to content

Commit

Permalink
chains metadata updated
Browse files Browse the repository at this point in the history
  • Loading branch information
OKEAMAH authored and github-actions[bot] committed Sep 30, 2024
1 parent 0391b3f commit ce81c39
Showing 1 changed file with 34 additions and 7 deletions.
41 changes: 34 additions & 7 deletions src/scripts/reference/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@
"wss://polygon.drpc.org"
],
"faucets": [],
"nativeCurrency": { "name": "MATIC", "symbol": "MATIC", "decimals": 18 },
"nativeCurrency": { "name": "POL", "symbol": "POL", "decimals": 18 },
"infoURL": "https://polygon.technology/",
"shortName": "matic",
"shortName": "pol",
"chainId": 137,
"networkId": 137,
"slip44": 966,
Expand Down Expand Up @@ -205,7 +205,7 @@
{
"name": "Kroma",
"chain": "ETH",
"rpc": ["https://api.kroma.network"],
"rpc": ["https://api.kroma.network", "https://rpc-kroma.rockx.com"],
"faucets": [],
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
"infoURL": "https://kroma.network",
Expand Down Expand Up @@ -325,6 +325,14 @@
"rpc": [
"https://rpc.api.moonbeam.network",
"wss://wss.api.moonbeam.network",
"https://moonbeam.public.blastapi.io",
"wss://moonbeam.public.blastapi.io",
"https://moonbeam-rpc.dwellir.com",
"wss://moonbeam-rpc.dwellir.com",
"https://moonbeam.api.onfinality.io/public",
"wss://moonbeam.api.onfinality.io/public-ws",
"https://moonbeam.unitedbloc.com",
"wss://moonbeam.unitedbloc.com",
"https://moonbeam-rpc.publicnode.com",
"wss://moonbeam-rpc.publicnode.com",
"https://moonbeam.drpc.org",
Expand All @@ -344,6 +352,14 @@
"rpc": [
"https://rpc.api.moonriver.moonbeam.network",
"wss://wss.api.moonriver.moonbeam.network",
"https://moonriver.public.blastapi.io",
"wss://moonriver.public.blastapi.io",
"https://moonriver-rpc.dwellir.com",
"wss://moonriver-rpc.dwellir.com",
"https://moonriver.api.onfinality.io/public",
"wss://moonriver.api.onfinality.io/public-ws",
"https://moonriver.unitedbloc.com",
"wss://moonriver.unitedbloc.com",
"https://moonriver-rpc.publicnode.com",
"wss://moonriver-rpc.publicnode.com",
"https://moonriver.drpc.org",
Expand Down Expand Up @@ -571,7 +587,9 @@
"https://rpc.linea.build",
"wss://rpc.linea.build",
"https://linea-mainnet.infura.io/v3/${INFURA_API_KEY}",
"wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}"
"wss://linea-mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
"https://linea-rpc.publicnode.com",
"wss://linea-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": { "name": "Linea Ether", "symbol": "ETH", "decimals": 18 },
Expand Down Expand Up @@ -656,7 +674,9 @@
"https://sepolia-rpc.scroll.io",
"https://rpc.ankr.com/scroll_sepolia_testnet",
"https://scroll-sepolia.chainstacklabs.com",
"https://scroll-testnet-public.unifra.io"
"https://scroll-testnet-public.unifra.io",
"https://scroll-sepolia-rpc.publicnode.com",
"wss://scroll-sepolia-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
Expand All @@ -674,7 +694,13 @@
"name": "Scroll",
"chain": "ETH",
"status": "active",
"rpc": ["https://rpc.scroll.io", "https://rpc.ankr.com/scroll", "https://scroll-mainnet.chainstacklabs.com"],
"rpc": [
"https://rpc.scroll.io",
"https://rpc.ankr.com/scroll",
"https://scroll-mainnet.chainstacklabs.com",
"https://scroll-rpc.publicnode.com",
"wss://scroll-rpc.publicnode.com"
],
"faucets": [],
"nativeCurrency": { "name": "Ether", "symbol": "ETH", "decimals": 18 },
"infoURL": "https://scroll.io",
Expand All @@ -700,7 +726,8 @@
"https://ethereum-sepolia-rpc.publicnode.com",
"wss://ethereum-sepolia-rpc.publicnode.com",
"https://sepolia.drpc.org",
"wss://sepolia.drpc.org"
"wss://sepolia.drpc.org",
"https://rpc-sepolia.rockx.com"
],
"faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"],
"nativeCurrency": { "name": "Sepolia Ether", "symbol": "ETH", "decimals": 18 },
Expand Down

0 comments on commit ce81c39

Please sign in to comment.