mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@6284cbaa76 🚀
This commit is contained in:
parent
59fe2f3150
commit
c7be6fb70e
File diff suppressed because one or more lines are too long
16
chains/eip155-8768.json
Normal file
16
chains/eip155-8768.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"name": "TMY Chain",
|
||||||
|
"chain": "TMY",
|
||||||
|
"icon": "ethereum",
|
||||||
|
"rpc": ["https://node1.tmyblockchain.org/rpc"],
|
||||||
|
"faucets": ["https://faucet.tmychain.org/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TMY",
|
||||||
|
"symbol": "TMY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://tmychain.org/",
|
||||||
|
"shortName": "tmy",
|
||||||
|
"chainId": 8768,
|
||||||
|
"networkId": 8768
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -5601,6 +5601,19 @@
|
||||||
"rpc": ["https://rpc.alph.network", "wss://rpc.alph.network"],
|
"rpc": ["https://rpc.alph.network", "wss://rpc.alph.network"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://alph.network"
|
"infoURL": "https://alph.network"
|
||||||
|
}, {
|
||||||
|
"name": "TMY Chain",
|
||||||
|
"chainId": 8768,
|
||||||
|
"shortName": "tmy",
|
||||||
|
"networkId": 8768,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TMY",
|
||||||
|
"symbol": "TMY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://node1.tmyblockchain.org/rpc"],
|
||||||
|
"faucets": ["https://faucet.tmychain.org/"],
|
||||||
|
"infoURL": "https://tmychain.org/"
|
||||||
}, {
|
}, {
|
||||||
"name": "Unique",
|
"name": "Unique",
|
||||||
"chainId": 8880,
|
"chainId": 8880,
|
||||||
|
|
|
@ -8164,6 +8164,21 @@
|
||||||
"icon": "alphscan",
|
"icon": "alphscan",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "TMY Chain",
|
||||||
|
"chain": "TMY",
|
||||||
|
"icon": "ethereum",
|
||||||
|
"rpc": ["https://node1.tmyblockchain.org/rpc"],
|
||||||
|
"faucets": ["https://faucet.tmychain.org/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "TMY",
|
||||||
|
"symbol": "TMY",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://tmychain.org/",
|
||||||
|
"shortName": "tmy",
|
||||||
|
"chainId": 8768,
|
||||||
|
"networkId": 8768
|
||||||
}, {
|
}, {
|
||||||
"name": "Unique",
|
"name": "Unique",
|
||||||
"icon": "unique",
|
"icon": "unique",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -430,6 +430,7 @@
|
||||||
"olo": "eip155:8723",
|
"olo": "eip155:8723",
|
||||||
"tolo": "eip155:8724",
|
"tolo": "eip155:8724",
|
||||||
"alph": "eip155:8738",
|
"alph": "eip155:8738",
|
||||||
|
"tmy": "eip155:8768",
|
||||||
"unq": "eip155:8880",
|
"unq": "eip155:8880",
|
||||||
"qtz": "eip155:8881",
|
"qtz": "eip155:8881",
|
||||||
"opl": "eip155:8882",
|
"opl": "eip155:8882",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user