Skip to content

Commit

Permalink
chore: fix quo bond address
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 12, 2024
1 parent 68ae6c8 commit 686104a
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 @@ -2409,7 +2409,7 @@
"index": 1110,
"chainId": 56,
"contractAddress": {
"56": "0x37f368a590B817bb68462457FbA268447a470f12"
"56": "0x97b854e6044B43A5213501577cAAC81aA3E90264"
},
"billType": "liquidity",
"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 @@ -1238,7 +1238,7 @@ const bills: BillsConfig[] = [
index: 1110,
chainId: ChainId.BSC,
contractAddress: {
[ChainId.BSC]: '0x37f368a590B817bb68462457FbA268447a470f12',
[ChainId.BSC]: '0x97b854e6044B43A5213501577cAAC81aA3E90264',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
Expand Down

0 comments on commit 686104a

Please sign in to comment.