Skip to content

Commit

Permalink
fix bnb integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wsdt committed Nov 10, 2023
1 parent 0bc77ea commit eb2d5af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/boba/contracts/deploy/020-Teleportation.deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ enum ChainIds {

LOCAL = 31337,
LOCAL_2 = 31338,
LOCAL_BNB = 99,
}
interface IChainConfig {
isL2: boolean,
Expand Down Expand Up @@ -93,6 +94,9 @@ const CHAIN_CONFIG: Record<ChainIds, IChainConfig> = {
},
[ChainIds.LOCAL]: {
isL2: false,
},
[ChainIds.LOCAL_BNB]: {
isL2: false,
}
}

Expand Down

0 comments on commit eb2d5af

Please sign in to comment.