Skip to content

Commit

Permalink
add opBNB network (#3362)
Browse files Browse the repository at this point in the history
* add opBNB network

* fix ci

---------

Co-authored-by: ligi <[email protected]>
  • Loading branch information
owen-reorg and ligi authored Aug 25, 2023
1 parent 8aa9622 commit c6a7731
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-204.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "opBNB Mainnet",
"chain": "opBNB",
"rpc": ["https://opbnb-mainnet-rpc.bnbchain.org"],
"faucets": ["https://free-online-app.com/faucet-for-eth-evm-chains"],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "BNB",
"decimals": 18
},
"infoURL": "https://opbnb.bnbchain.org/en",
"shortName": "obnb",
"chainId": 204,
"networkId": 204,
"slip44": 714,
"explorers": [
{
"name": "opbnbscan",
"url": "http://mainnet.opbnbscan.com",
"standard": "EIP3091"
}
]
}
27 changes: 27 additions & 0 deletions _data/chains/eip155-5611.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "opBNB Testnet",
"chain": "opBNB",
"rpc": ["https://opbnb-testnet-rpc.bnbchain.org"],
"faucets": ["https://testnet.bnbchain.org/faucet-smart"],
"nativeCurrency": {
"name": "BNB Chain Native Token",
"symbol": "tBNB",
"decimals": 18
},
"infoURL": "https://opbnb.bnbchain.org/en",
"shortName": "obnbt",
"chainId": 5611,
"networkId": 5611,
"explorers": [
{
"name": "bscscan-opbnb-testnet",
"url": "https://opbnb-testnet.bscscan.com",
"standard": "EIP3091"
},
{
"name": "opbnbscan",
"url": "http://opbnbscan.com",
"standard": "EIP3091"
}
]
}

0 comments on commit c6a7731

Please sign in to comment.