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@302e7b96f6 🚀
This commit is contained in:
parent
a552d39f99
commit
451592c4be
File diff suppressed because one or more lines are too long
25
chains/eip155-15555.json
Normal file
25
chains/eip155-15555.json
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "Trust EVM Testnet",
|
||||||
|
"chain": "Trust EVM Testnet",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://api.testnet-dev.trust.one"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://faucet.testnet-dev.trust.one/"
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Trust EVM",
|
||||||
|
"symbol": "EVM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.trust.one/",
|
||||||
|
"shortName": "Trust testnet",
|
||||||
|
"chainId": 15555,
|
||||||
|
"networkId": 15555,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Trust EVM Explorer",
|
||||||
|
"url": "https://trustscan.one",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
File diff suppressed because one or more lines are too long
|
@ -4262,6 +4262,19 @@
|
||||||
"rpc": ["https://rpc.phoenixplorer.com/"],
|
"rpc": ["https://rpc.phoenixplorer.com/"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "https://cryptophoenix.org/phoenix"
|
"infoURL": "https://cryptophoenix.org/phoenix"
|
||||||
|
}, {
|
||||||
|
"name": "Trust EVM Testnet",
|
||||||
|
"chainId": 15555,
|
||||||
|
"shortName": "Trust testnet",
|
||||||
|
"networkId": 15555,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Trust EVM",
|
||||||
|
"symbol": "EVM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://api.testnet-dev.trust.one"],
|
||||||
|
"faucets": ["https://faucet.testnet-dev.trust.one/"],
|
||||||
|
"infoURL": "https://www.trust.one/"
|
||||||
}, {
|
}, {
|
||||||
"name": "MetaDot Mainnet",
|
"name": "MetaDot Mainnet",
|
||||||
"chainId": 16000,
|
"chainId": 16000,
|
||||||
|
|
|
@ -6083,6 +6083,26 @@
|
||||||
"icon": "phoenixplorer",
|
"icon": "phoenixplorer",
|
||||||
"standard": "EIP3091"
|
"standard": "EIP3091"
|
||||||
}]
|
}]
|
||||||
|
}, {
|
||||||
|
"name": "Trust EVM Testnet",
|
||||||
|
"chain": "Trust EVM Testnet",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": ["https://api.testnet-dev.trust.one"],
|
||||||
|
"faucets": ["https://faucet.testnet-dev.trust.one/"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Trust EVM",
|
||||||
|
"symbol": "EVM",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://www.trust.one/",
|
||||||
|
"shortName": "Trust testnet",
|
||||||
|
"chainId": 15555,
|
||||||
|
"networkId": 15555,
|
||||||
|
"explorers": [{
|
||||||
|
"name": "Trust EVM Explorer",
|
||||||
|
"url": "https://trustscan.one",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "MetaDot Mainnet",
|
"name": "MetaDot Mainnet",
|
||||||
"chain": "MTT",
|
"chain": "MTT",
|
||||||
|
|
|
@ -327,6 +327,7 @@
|
||||||
"tZERO": "eip155:12051",
|
"tZERO": "eip155:12051",
|
||||||
"ZERO": "eip155:12052",
|
"ZERO": "eip155:12052",
|
||||||
"Phoenix": "eip155:13381",
|
"Phoenix": "eip155:13381",
|
||||||
|
"Trust testnet": "eip155:15555",
|
||||||
"mtt": "eip155:16000",
|
"mtt": "eip155:16000",
|
||||||
"mtttest": "eip155:16001",
|
"mtttest": "eip155:16001",
|
||||||
"tivar": "eip155:16888",
|
"tivar": "eip155:16888",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user