Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/chains.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const chainIds = {
73: "fncy",
97: "bnb",
117: "bas-ars",
204: "bnb",
230: "bas-gal",
923018: "fncy",
14000: "bas-ankr",
Expand Down
68 changes: 47 additions & 21 deletions utils/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,53 @@
}
]
},
{
"name": "opBNB Mainnet",
"chain": "opBNB",
"rpc": [
"https://opbnb-mainnet-rpc.bnbchain.org/"
],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "BNB",
"decimals": 18
},
"infoURL": "https://opbnb.bnbchain.org/en",
"chainId": 204,
"explorers": [
{
"name": "opbnbscan",
"url": "http://mainnet.opbnbscan.com/",
"standard": "EIP3091"
}
]
},
{
"name": "opBNB Testnet",
"chain": "opBNB",
"rpc": [
"https://opbnb-testnet-rpc.bnbchain.org/"
],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "tBNB",
"decimals": 18
},
"infoURL": "https://opbnb.bnbchain.org/en",
"chainId": 5611,
"explorers": [
{
"name": "bscscan-opbnb-testnet",
"url": "https://opbnb-testnet.bscscan.com/",
"standard": "EIP3091"
},
{
"name": "opbnbscan",
"url": "http://opbnbscan.com/",
"standard": "EIP3091"
}
]
},
{
"name": "NodeReal-BSC Application Sidechain Testnet",
"chain": "BAS-ARS",
Expand Down Expand Up @@ -108,27 +155,6 @@
}
]
},
{
"name": "opBNB Testnet",
"chain": "BSC",
"rpc": [
"https://opbnb-testnet-rpc.bnbchain.org/"
],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "tcBNB",
"decimals": 18
},
"infoURL": "https://www.bnbchain.world",
"chainId": 5611,
"explorers": [
{
"name": "bscscan",
"url": "https://bscscan.com",
"standard": "EIP3091"
}
]
},
{
"name": "Ankr-BSC Application Sidechain Testnet",
"chain": "BAS-ANKR",
Expand Down