mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add Telos mainnet & testnet (#191)
* Create eip155-41.json * Create eip155-40.json * Update eip155-41.json * Update eip155-41.json * Update eip155-40.json * Remove ENS section * Remove ENS section and faucet API
This commit is contained in:
parent
80af4023ef
commit
cbe13eae9a
19
_data/chains/eip155-40.json
Normal file
19
_data/chains/eip155-40.json
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "Telos EVM Mainnet",
|
||||||
|
"chain": "TLOS",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://mainnet.telos.net/evm"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Telos",
|
||||||
|
"symbol": "TLOS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://telos.net",
|
||||||
|
"shortName": "Telos EVM",
|
||||||
|
"chainId": 40,
|
||||||
|
"networkId": 40
|
||||||
|
}
|
20
_data/chains/eip155-41.json
Normal file
20
_data/chains/eip155-41.json
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
{
|
||||||
|
"name": "Telos EVM Testnet",
|
||||||
|
"chain": "TLOS",
|
||||||
|
"network": "testnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://testnet.telos.net/evm"
|
||||||
|
],
|
||||||
|
"faucets": [
|
||||||
|
"https://app.telos.net/testnet/developers"
|
||||||
|
],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Telos",
|
||||||
|
"symbol": "TLOS",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://telos.net",
|
||||||
|
"shortName": "Telos EVM Testnet",
|
||||||
|
"chainId": 41,
|
||||||
|
"networkId": 41
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user