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 2, 2024
1 parent 0391b3f commit c1d330b
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions src/scripts/reference/chains.json
Original file line number Diff line number Diff line change
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 @@ -700,7 +716,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 c1d330b

Please sign in to comment.