Skip to content

Commit

Permalink
chore: Update bill contract
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Feb 23, 2024
1 parent 46fc26f commit 8979e7a
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 @@ -1824,7 +1824,7 @@
{
"index": 1027,
"contractAddress": {
"56": "0x727966Af79D785615D86bB22076D557f29f49B66"
"56": "0x8a5597815E71944837b1BaF346e92d05954cC8B7"
},
"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.8.56",
"version": "1.8.58",
"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 @@ -548,7 +548,7 @@ const bills: BillsConfig[] = [
{
index: 1027,
contractAddress: {
[ChainId.BSC]: '0x727966Af79D785615D86bB22076D557f29f49B66',
[ChainId.BSC]: '0x8a5597815E71944837b1BaF346e92d05954cC8B7',
},
billType: 'reserve',
billVersion: BillVersion.V2,
Expand Down

0 comments on commit 8979e7a

Please sign in to comment.