Skip to content

Commit

Permalink
Add network opBNB Testnet (#1105)
Browse files Browse the repository at this point in the history
* Add network opBNB Testnet

* Update src/networks.json

* Update src/networks.json

---------

Co-authored-by: DJ.Zhang <[email protected]>
Co-authored-by: Chaitanya <[email protected]>
  • Loading branch information
3 people authored Dec 25, 2024
1 parent 41043fb commit 67320df
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/snapshot.js",
"version": "0.12.39",
"version": "0.12.40",
"repository": "snapshot-labs/snapshot.js",
"license": "MIT",
"main": "dist/snapshot.cjs.js",
Expand Down
15 changes: 15 additions & 0 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,21 @@
"start": 6334180,
"logo": "ipfs://QmQyJt28h4wN3QHPXUQJQYQqGiFUD77han3zibZPzHbitk"
},
"5611": {
"key": "5611",
"name": "opBNB Testnet",
"shortName": "testnet",
"chainId": 5611,
"network": "testnet",
"multicall": "0xcA11bde05977b3631167028862bE2a173976CA11",
"rpc": [],
"explorer": {
"url": "https://opbnb-testnet.bscscan.com"
},
"start": 3705108,
"logo": "ipfs://bafkreibll4la7wqerzs7zwxjne2j7ayynbg2wlenemssoahxxj5rbt6c64",
"testnet": true
},
"6102": {
"key": "6102",
"name": "Cascadia Testnet",
Expand Down

0 comments on commit 67320df

Please sign in to comment.