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@065a7384b6 🚀
This commit is contained in:
parent
332a4f4b67
commit
787ece963d
|
@ -574,6 +574,14 @@
|
|||
"height": 31,
|
||||
"format": "svg"
|
||||
}]
|
||||
}, {
|
||||
"name": "bnken",
|
||||
"icons": [{
|
||||
"url": "ipfs://bafkreifhetalm3vpvjrg5u5d2momkcgvkz6rhltur5co3rslltbxzpr6yq",
|
||||
"width": 2048,
|
||||
"height": 2048,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "soverunTestnet",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
27
chains/eip155-876.json
Normal file
27
chains/eip155-876.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "Bandai Namco Research Verse Mainnet",
|
||||
"chain": "Bandai Namco Research Verse",
|
||||
"icon": "bnken",
|
||||
"rpc": ["https://rpc.main.oasvrs.bnken.net"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.bandainamco-mirai.com/en/",
|
||||
"shortName": "BNKEN",
|
||||
"chainId": 876,
|
||||
"networkId": 876,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Bandai Namco Research Verse Explorer",
|
||||
"url": "https://explorer.main.oasvrs.bnken.net",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-248"
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -2884,6 +2884,19 @@
|
|||
"rpc": ["https://mainnet-data1.fantasiachain.com/", "https://mainnet-data2.fantasiachain.com/", "https://mainnet-data3.fantasiachain.com/"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://fantasia.technology/"
|
||||
}, {
|
||||
"name": "Bandai Namco Research Verse Mainnet",
|
||||
"chainId": 876,
|
||||
"shortName": "BNKEN",
|
||||
"networkId": 876,
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://rpc.main.oasvrs.bnken.net"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://www.bandainamco-mirai.com/en/"
|
||||
}, {
|
||||
"name": "Dexit Network",
|
||||
"chainId": 877,
|
||||
|
|
|
@ -4147,6 +4147,30 @@
|
|||
"url": "https://explorer.fantasiachain.com",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Bandai Namco Research Verse Mainnet",
|
||||
"chain": "Bandai Namco Research Verse",
|
||||
"icon": "bnken",
|
||||
"rpc": ["https://rpc.main.oasvrs.bnken.net"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "OAS",
|
||||
"symbol": "OAS",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.bandainamco-mirai.com/en/",
|
||||
"shortName": "BNKEN",
|
||||
"chainId": 876,
|
||||
"networkId": 876,
|
||||
"explorers": [{
|
||||
"name": "Bandai Namco Research Verse Explorer",
|
||||
"url": "https://explorer.main.oasvrs.bnken.net",
|
||||
"standard": "EIP3091"
|
||||
}],
|
||||
"parent": {
|
||||
"type": "L2",
|
||||
"chain": "eip155-248"
|
||||
}
|
||||
}, {
|
||||
"name": "Dexit Network",
|
||||
"chain": "DXT",
|
||||
|
|
8
icons/bnken.json
Normal file
8
icons/bnken.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://bafkreifhetalm3vpvjrg5u5d2momkcgvkz6rhltur5co3rslltbxzpr6yq",
|
||||
"width": 2048,
|
||||
"height": 2048,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -221,6 +221,7 @@
|
|||
"taratest": "eip155:842",
|
||||
"zeethdev": "eip155:859",
|
||||
"FSCMainnet": "eip155:868",
|
||||
"BNKEN": "eip155:876",
|
||||
"DXT": "eip155:877",
|
||||
"ambros": "eip155:880",
|
||||
"wan": "eip155:888",
|
||||
|
|
Loading…
Reference in New Issue
Block a user