Skip to content

Commit

Permalink
chore: Inactivate OPEN bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Nov 28, 2023
1 parent 98cf03e commit 3313eb4
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 @@ -10548,7 +10548,7 @@
"billNnftAddress": {
"42161": "0xAC707999D05C4048844B78c737D9512DFDff524d"
},
"inactive": false,
"inactive": true,
"projectLink": "https://openworld.vision/",
"twitter": "https://twitter.com/OpenWorldFi",
"audit": "https://wiki.openworld.vision/audit",
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.59",
"version": "1.5.60",
"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 @@ -3190,7 +3190,7 @@ const bills: BillsConfig[] = [
billNnftAddress: {
[ChainId.ARBITRUM]: '0xAC707999D05C4048844B78c737D9512DFDff524d',
},
inactive: false,
inactive: true,
projectLink: 'https://openworld.vision/',
twitter: 'https://twitter.com/OpenWorldFi',
audit: 'https://wiki.openworld.vision/audit',
Expand Down

0 comments on commit 3313eb4

Please sign in to comment.