Skip to content

Commit

Permalink
SOV-4370: Update BOB Testnet chain id (#991)
Browse files Browse the repository at this point in the history
* Update BOB Testnet chain id

* Create silver-hornets-remember.md
  • Loading branch information
tiltom authored Aug 26, 2024
1 parent 75b192d commit ee1cbe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-hornets-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sovryn/ethers-provider": patch
---

SOV-4370: Update BOB Testnet chain id
2 changes: 1 addition & 1 deletion packages/ethers-provider/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export enum ChainIds {
BSC_MAINNET = '0x38',
BSC_TESTNET = '0x61',
BOB_MAINNET = '0xed88', // 60808
BOB_TESTNET = '0x6f', // 111
BOB_TESTNET = '0xc576d', // 808813
/** @deprecated */
ROPSTEN = '0x3',
// forks
Expand Down

0 comments on commit ee1cbe4

Please sign in to comment.