-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add opBNB network * fix ci --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
8aa9622
commit c6a7731
Showing
2 changed files
with
50 additions
and
0 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,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" | ||
} | ||
] | ||
} |
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,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" | ||
} | ||
] | ||
} |