Skip to content

Commit

Permalink
feat(buttonwood-button-wrappers): updating sdk-adapater to track arbi…
Browse files Browse the repository at this point in the history
…trum deployment (#9397)
  • Loading branch information
SocksNFlops authored Mar 17, 2024
1 parent 56c0cd3 commit a1fb397
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions projects/buttonwood-button-wrappers/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ const config = {
],
fromBlock: 3839432
},
arbitrum: {
buttonTokenFactories: [
"0x06fe30a0a8e2ec5c8a9c9643f32aca8db909227f",
],
fromBlock: 185321020
}
}

Object.keys(config).forEach(chain => {
Expand Down

0 comments on commit a1fb397

Please sign in to comment.