Skip to content

Commit

Permalink
chore: Add prod bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Dec 15, 2023
1 parent 39d0374 commit 08d3161
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@
{
"index": 1010,
"contractAddress": {
"56": "0xAE4772448c6b17b9013c9A7d77Dc783AFbfA3161"
"56": "0xEce2b9C3704632Ce760271B0b84E3A4A698Ca962"
},
"billType": "reserve",
"billVersion": "V2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ape.swap/apeswap-lists",
"version": "1.7.8-test.2",
"version": "1.7.8-test.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ const bills: BillsConfig[] = [
{
index: 1010, // ACF --> ABOND
contractAddress: {
[ChainId.BSC]: '0xAE4772448c6b17b9013c9A7d77Dc783AFbfA3161',
[ChainId.BSC]: '0xEce2b9C3704632Ce760271B0b84E3A4A698Ca962',
},
billType: 'reserve',
billVersion: BillVersion.V2,
Expand Down

0 comments on commit 08d3161

Please sign in to comment.