forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'debank' of github.com:DeBankDeFi/chains into debank
- Loading branch information
Showing
12 changed files
with
212 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"name": "MaxxChain Mainnet", | ||
"chain": "MaxxChain", | ||
"rpc": [ | ||
"https://rpc.maxxchain.org", | ||
"https://rpc1.maxxchain.org", | ||
"https://rpc2.maxxchain.org" | ||
], | ||
"faucets": ["https://faucet.maxxchain.org"], | ||
"nativeCurrency": { | ||
"name": "Power", | ||
"symbol": "PWR", | ||
"decimals": 18 | ||
}, | ||
"icon": "pwr", | ||
"infoURL": "https://www.maxxchain.org/", | ||
"shortName": "PWR", | ||
"chainId": 10201, | ||
"networkId": 10201, | ||
"explorers": [ | ||
{ | ||
"name": "MaxxChain Block Explorer", | ||
"url": "https://explorer.maxxchain.org", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Swisstronik Testnet", | ||
"chain": "SWTR", | ||
"rpc": ["https://json-rpc.testnet.swisstronik.com"], | ||
"faucets": ["https://faucet.testnet.swisstronik.com"], | ||
"nativeCurrency": { | ||
"name": "Swisstronik", | ||
"symbol": "SWTR", | ||
"decimals": 18 | ||
}, | ||
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }], | ||
"infoURL": "https://www.swisstronik.com", | ||
"shortName": "swtr", | ||
"chainId": 1291, | ||
"networkId": 1291, | ||
"icon": "swisstronik", | ||
"explorers": [ | ||
{ | ||
"name": "Swisstronik Scout", | ||
"url": "https://explorer-evm.testnet.swisstronik.com", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"name": "Holesky", | ||
"chain": "ETH", | ||
"rpc": ["https://rpc.holesky.ethpandaops.io"], | ||
"faucets": [ | ||
"https://faucet.holesky.ethpandaops.io", | ||
"https://holesky-faucet.pk910.de" | ||
], | ||
"nativeCurrency": { | ||
"name": "Testnet ETH", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://holesky.ethpandaops.io", | ||
"shortName": "holesky", | ||
"chainId": 17000, | ||
"networkId": 17000, | ||
"icon": "ethereum", | ||
"status": "incubating", | ||
"explorers": [ | ||
{ | ||
"name": "Holesky Explorer", | ||
"url": "https://holesky.beaconcha.in", | ||
"icon": "ethereum", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Unicorn Ultra Nebulas Testnet", | ||
"chain": "u2u", | ||
"rpc": ["https://rpc-nebulas-testnet.uniultra.xyz"], | ||
"faucets": ["https://faucet.uniultra.xyz"], | ||
"nativeCurrency": { | ||
"name": "Unicorn Ultra Nebulas Testnet", | ||
"symbol": "U2U", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://uniultra.xyz", | ||
"shortName": "u2u_nebulas", | ||
"chainId": 2484, | ||
"networkId": 2484, | ||
"icon": "u2u_nebulas", | ||
"explorers": [ | ||
{ | ||
"icon": "u2u_nebulas", | ||
"name": "U2U Explorer", | ||
"url": "https://testnet.u2uscan.xyz", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "Orderly Sepolia Testnet", | ||
"chain": "ETH", | ||
"rpc": ["https://l2-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "www.orderly.network", | ||
"shortName": "orderlyl2", | ||
"chainId": 4460, | ||
"networkId": 4460, | ||
"icon": "orderlyTestnet", | ||
"explorers": [ | ||
{ | ||
"name": "basescout", | ||
"url": "https://explorerl2new-orderly-l2-4460-sepolia-8tc3sd7dvy.t.conduit.xyz", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"name": "PAWCHAIN Testnet", | ||
"chain": "PAW", | ||
"rpc": ["https://pawchainx.com/"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "PAW", | ||
"symbol": "PAW", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://pawchainx.com/", | ||
"shortName": "PAW", | ||
"chainId": 542, | ||
"networkId": 542, | ||
"explorers": [ | ||
{ | ||
"name": "PAWCHAIN Testnet", | ||
"url": "https://pawscan.io", | ||
"standard": "none" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "Miexs Smartchain", | ||
"chain": "MiexsSmartchain", | ||
"icon": "miexs", | ||
"rpc": ["https://mainnet-rpc.miexs.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Miexs Coin", | ||
"symbol": "MIX", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://miexs.com", | ||
"shortName": "Miexs", | ||
"chainId": 761412, | ||
"networkId": 761412, | ||
"explorers": [ | ||
{ | ||
"name": "Miexs Smartchain Explorer", | ||
"url": "https://miexs.com", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafkreic6tcc6swh5kzljwqnswj6rlemcm7n6ra7xkgttwv5v3fv7ozj5zu", | ||
"width": 1500, | ||
"height": 1500, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmSpwp3RAVhZsErAQrCQxEmjnGqJQMigarzZbfqr9Ktakb", | ||
"width": 512, | ||
"height": 512, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmRhQG9TZrXDdbQeTzBmjg3pqgwaD5TKVZj8k4kaz8AoZx", | ||
"width": 1021, | ||
"height": 1021, | ||
"format": "png" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafybeihuintkoipxalwans23vhxajbwjnozpy34ww7ia7ds7nay3rpylzi", | ||
"width": 256, | ||
"height": 256, | ||
"format": "svg" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa", | ||
"width": 512, | ||
"height": 512, | ||
"format": "png" | ||
} | ||
] |