diff --git a/config/bills.json b/config/bills.json index a86c8719..bc96e305 100644 --- a/config/bills.json +++ b/config/bills.json @@ -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", diff --git a/package.json b/package.json index dc23db40..50c9b04c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 9dc05966..0990c085 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -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',