Skip to content

Commit

Permalink
chore: Add new TYLER bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Oct 23, 2024
1 parent a755e27 commit 6517f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"cmcId": 33390,
"chainId": 8453,
"contractAddress": {
"8453": "0xeff2f4F8eB765D67b8C0deFCE5B556B388ba788D"
"8453": "0x099f4B9f489d8a8FF5a68C352D61Ae1F993AEBf6"
},
"billType": "reserve",
"billVersion": "V2",
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const bills: BillsConfig[] = [
cmcId: 33390,
chainId: ChainId.BASE,
contractAddress: {
[ChainId.BASE]: '0xeff2f4F8eB765D67b8C0deFCE5B556B388ba788D',
[ChainId.BASE]: '0x099f4B9f489d8a8FF5a68C352D61Ae1F993AEBf6',
},
billType: 'reserve',
billVersion: BillVersion.V2,
Expand Down

0 comments on commit 6517f5e

Please sign in to comment.