mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
add BeOne Chain Testnet (#2141)
* Add files via upload * Add files via upload * Rename eip-155-8181.json to eip155-8181.json Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
f822a2806d
commit
6cbe62ed90
28
_data/chains/eip155-8181.json
Normal file
28
_data/chains/eip155-8181.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"name": "BeOne Chain Testnet",
|
||||||
|
"chain": "BOC",
|
||||||
|
"rpc": [
|
||||||
|
"https://pre-boc1.beonechain.com",
|
||||||
|
"https://pre-boc2.beonechain.com",
|
||||||
|
"https://pre-boc3.beonechain.com"
|
||||||
|
],
|
||||||
|
"faucets": ["https://testnet.beonescan.com/faucet"],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "BeOne Chain Testnet",
|
||||||
|
"symbol": "BOC",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://testnet.beonescan.com",
|
||||||
|
"shortName": "tBOC",
|
||||||
|
"chainId": 8181,
|
||||||
|
"networkId": 8181,
|
||||||
|
"icon": "beonechain",
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "BeOne Chain Testnet",
|
||||||
|
"url": "https://testnet.beonescan.com",
|
||||||
|
"icon": "beonechain",
|
||||||
|
"standard": "none"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/beonechain.json
Normal file
8
_data/icons/beonechain.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://QmbVLQnaMDu86bPyKgCvTGhFBeYwjr15hQnrCcsp1EkAGL",
|
||||||
|
"width": 500,
|
||||||
|
"height": 500,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user