diff --git a/constants/additionalChainRegistry/chainid-510525.js b/constants/additionalChainRegistry/chainid-510525.js new file mode 100644 index 0000000000..b45d314acc --- /dev/null +++ b/constants/additionalChainRegistry/chainid-510525.js @@ -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" + } + ] +} diff --git a/constants/additionalChainRegistry/chainid-574014.js b/constants/additionalChainRegistry/chainid-574014.js new file mode 100644 index 0000000000..4bd9b1cbb8 --- /dev/null +++ b/constants/additionalChainRegistry/chainid-574014.js @@ -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" + } + ] +} diff --git a/constants/additionalChainRegistry/chainid-63829.js b/constants/additionalChainRegistry/chainid-63829.js new file mode 100644 index 0000000000..bc5aeeff4d --- /dev/null +++ b/constants/additionalChainRegistry/chainid-63829.js @@ -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" + } + ] +} diff --git a/constants/chainIds.js b/constants/chainIds.js index 5b0b457841..3836c0a0c5 100644 --- a/constants/chainIds.js +++ b/constants/chainIds.js @@ -223,6 +223,7 @@ export default { "57073": "ink", "59144": "linea", "60808": "bob", + "63829": "cmmt", "71394": "godwoken", "71402": "godwoken", "78887": "lung", @@ -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",