forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into eyqs/add-plume-mainnet
- Loading branch information
Showing
14 changed files
with
176 additions
and
34 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,28 @@ | ||
{ | ||
"name": "Bitharvest Chian Mainnet", | ||
"chain": "Bitharvest Chian Mainnet", | ||
"rpc": ["https://rpc.bthscan.io/"], | ||
"features": [ | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Bitharvest Mainnet Native Token", | ||
"symbol": "BTH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "BitharvestMainnet", | ||
"chainId": 14149, | ||
"networkId": 14149, | ||
"explorers": [ | ||
{ | ||
"name": "Bitharvest Mainnet Scan", | ||
"url": "https://bthscan.io", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"icon": "bth" | ||
} |
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": "Bitharvest Chian Testnet", | ||
"chain": "Bitharvest Chian Testnet", | ||
"rpc": ["https://rpc-testnet.bthscan.io/"], | ||
"features": [ | ||
{ | ||
"name": "EIP1559" | ||
} | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Bitharvest Testnet Native Token", | ||
"symbol": "bth", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "", | ||
"shortName": "BitharvestTestnet", | ||
"chainId": 141491, | ||
"networkId": 141491, | ||
"explorers": [ | ||
{ | ||
"name": "Bitharvest Testnet Scan", | ||
"url": "https://testnet.bthscan.io", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"icon": "bth" | ||
} |
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
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": "Corn Maizenet", | ||
"chain": "BTCN", | ||
"rpc": ["https://maizenet-rpc.usecorn.com"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Bitcorn", | ||
"symbol": "BTCN", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://usecorn.com", | ||
"shortName": "btcn", | ||
"chainId": 21000000, | ||
"networkId": 21000000, | ||
"explorers": [ | ||
{ | ||
"name": "Corn Maizenet Explorer", | ||
"url": "https://maizenet-explorer.usecorn.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
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
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
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": "The Widows Mite", | ||
"chain": "MITE", | ||
"rpc": ["https://rpc.twmcrypto.com/"], | ||
"faucets": ["https://faucet.twmcrypto.com/"], | ||
"nativeCurrency": { | ||
"name": "The Widows Mite", | ||
"symbol": "MITE", | ||
"decimals": 8 | ||
}, | ||
"infoURL": "https://twmcrypto.com/", | ||
"shortName": "mite", | ||
"chainId": 426, | ||
"networkId": 426, | ||
"icon": "mite", | ||
"explorers": [ | ||
{ | ||
"name": "The Widows Mite Explorer", | ||
"url": "https://scan.twmcrypto.com", | ||
"icon": "mite", | ||
"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
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,33 @@ | ||
{ | ||
"name": "Plume Devnet", | ||
"title": "Plume Sepolia L2 Rollup Devnet", | ||
"chain": "ETH", | ||
"rpc": [ | ||
"https://test-rpc.plumenetwork.xyz/http", | ||
"wss://test-rpc.plumenetwork.xyz/ws" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Plume Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://www.plumenetwork.xyz/", | ||
"shortName": "plume-devnet", | ||
"chainId": 98864, | ||
"networkId": 98864, | ||
"slip44": 1, | ||
"icon": "plume", | ||
"explorers": [ | ||
{ | ||
"name": "Blockscout", | ||
"url": "https://test-explorer.plumenetwork.xyz", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111" | ||
} | ||
} |
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://QmPdGw9RLstggj3xcVtAfzmP2rUy6i2FuM4KPLC9wTiQqm", | ||
"width": 1080, | ||
"height": 1080, | ||
"format": "jpg" | ||
} | ||
] |
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://QmP9HNKbbWQLEx5H57BSV3VhJNyVpVaC5B3NBCsyoomTMU", | ||
"width": 400, | ||
"height": 400, | ||
"format": "jpg" | ||
} | ||
] |
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://QmUdrSXS4729UQGVvUYfc8S1CHnG3JpG2HhCTDmsCw6jk8", | ||
"width": 500, | ||
"height": 500, | ||
"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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmNUpqkYWYJoDXKUpZ8FVbGyN6HCwxYonKNAieCf2oTzGn", | ||
"width": 1062, | ||
"height": 1062, | ||
"url": "ipfs://QmT7dJKK2VXMtF9mJ6EfMTJXBntJyVvZcA8beLA2RCFbsW", | ||
"width": 400, | ||
"height": 400, | ||
"format": "png" | ||
} | ||
] |