Skip to content

Commit

Permalink
chore: Change bill address
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Nov 20, 2023
1 parent 9e587af commit 180569b
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 @@ -1422,7 +1422,7 @@
{
"index": 1005,
"contractAddress": {
"56": "0x7f509Dc9E42E7C594e2C51B82d90990fb9F293Da"
"56": "0x1a4ceD5Fa314Cfe70995282b5c12d751532E0923"
},
"billType": "liquidity",
"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.5.49",
"version": "1.5.50",
"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 @@ -441,7 +441,7 @@ const bills: BillsConfig[] = [
{
index: 1005,
contractAddress: {
[ChainId.BSC]: '0x7f509Dc9E42E7C594e2C51B82d90990fb9F293Da',
[ChainId.BSC]: '0x1a4ceD5Fa314Cfe70995282b5c12d751532E0923',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
Expand Down

0 comments on commit 180569b

Please sign in to comment.