Deploying to gh-pages from @ ethereum-lists/chains@6284cbaa76 🚀

This commit is contained in:
ligi 2023-02-01 12:12:55 +00:00
parent 59fe2f3150
commit c7be6fb70e
7 changed files with 48 additions and 3 deletions

File diff suppressed because one or more lines are too long

16
chains/eip155-8768.json Normal file
View 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

View File

@ -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,

View File

@ -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

View File

@ -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",