Skip to content

Commit

Permalink
chore(api): restore boba:bnb:testnet as v2
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Jun 3, 2024
1 parent 509d8af commit c063435
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/api/src/dataFeedsRouter.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
"name": "Boba BNB/L2 Mainnet",
"blockExplorer": "https://blockexplorer.bnb.boba.network/address/{address}",
"version": "2.0"
},
"boba.bnb.testnet": {
"name": "Boba BNB/L2 Testnet",
"blockExplorer": "https://testnet.bobascan.com/",
"version": "2.0"
}
}
},
Expand Down Expand Up @@ -433,7 +438,7 @@
"optimism.sepolia": {
"blockExplorer": "https://sepolia-optimism.etherscan.io/address/{address}",
"name": "Optimism Sepolia",
"version": "2.0"
"version": "2.0"
},
"optimism.mainnet": {
"mainnet": true,
Expand Down

0 comments on commit c063435

Please sign in to comment.