Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions constants/additionalChainRegistry/chainid-510525.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
export const data = {
"name": "Clankermon",
"chain": "Clankermon",
"shortName": "clankermon",
"infoURL": "https://clankermon.com",
"icon": "clankermon",
"chainId": 510525,
"networkId": 510525,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"nativeCurrency": {
"name": "Clankermon",
"symbol": "CLANKERMON",
"decimals": 18
},
"rpc": ["https://rpc.clankermon.com"],
"faucets": [],
"explorers": [
{
"name": "Clankermon Explorer",
"url": "https://explorer.clankermon.com",
'logo': 'blockscout',
"standard": "EIP3091"
}
]
}
25 changes: 25 additions & 0 deletions constants/additionalChainRegistry/chainid-574014.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
export const data = {
"name": "Stadium",
"chain": "Stadium",
"shortName": "stadium",
"infoURL": "https://playstadium.gg",
"icon": "stadium",
"chainId": 574014,
"networkId": 574014,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"nativeCurrency": {
"name": "USDC",
"symbol": "USDC",
"decimals": 6
},
"rpc": ["https://rpc.playstadium.gg"],
"faucets": [],
"explorers": [
{
"name": "Stadium Explorer",
"url": "https://explorer.playstadium.gg",
'logo': 'blockscout',
"standard": "EIP3091"
}
]
}
25 changes: 25 additions & 0 deletions constants/additionalChainRegistry/chainid-63829.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
export const data = {
"name": "CMMT",
"chain": "CMMT",
"shortName": "cmmt",
"infoURL": "https://cmmt.ai",
"icon": "cmmt",
"chainId": 63829,
"networkId": 63829,
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"nativeCurrency": {
"name": "Syndicate",
"symbol": "SYND",
"decimals": 18
},
"rpc": ["https://cmmt.rpc.syndicate.io"],
"faucets": [],
"explorers": [
{
"name": "CMMT Explorer",
"url": "https://cmmt.explorer.syndicate.io",
'logo': 'blockscout',
"standard": "EIP3091"
}
]
}
3 changes: 3 additions & 0 deletions constants/chainIds.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ export default {
"57073": "ink",
"59144": "linea",
"60808": "bob",
"63829": "cmmt",
"71394": "godwoken",
"71402": "godwoken",
"78887": "lung",
Expand All @@ -243,8 +244,10 @@ export default {
"420420": "kekchain",
"432204": "dexalot",
"510003": "commons",
"510525": "clankermon",
"534352": "scroll",
"543210": "zero_network",
"574014": "stadium",
"747474": "katana",
"777777": "winr",
"810180": "zklink nova",
Expand Down