diff --git a/config/bills.json b/config/bills.json index 6125608e..3ce814b7 100644 --- a/config/bills.json +++ b/config/bills.json @@ -7346,7 +7346,7 @@ { "index": 2003, "contractAddress": { - "42161": "0xb4b18300289d257d1F341E6240d9Fe9B0F474ADd" + "42161": "0xb5022e9DE06793D74c7892cD0e7D820cdEd05611" }, "billType": "reserve", "billVersion": "V2", @@ -7406,12 +7406,15 @@ "decimals": { "42161": 18 }, + "liquidityDex": { + "42161": "UniswapV3" + }, "active": true }, "billNnftAddress": { "42161": "0xAC707999D05C4048844B78c737D9512DFDff524d" }, - "inactive": true, + "inactive": false, "projectLink": "https://www.cruize.finance/", "twitter": "https://twitter.com/CruizeFinance", "audit": "https://docs.cruize.finance/technical-details/audits", @@ -7419,7 +7422,7 @@ "42161": 1689955200 }, "initPrice": { - "42161": 0.0925 + "42161": 0.0202 }, "soldOut": false }, diff --git a/config/tokens.json b/config/tokens.json index 95d961eb..5cb352de 100644 --- a/config/tokens.json +++ b/config/tokens.json @@ -1822,6 +1822,9 @@ "decimals": { "42161": 18 }, + "liquidityDex": { + "42161": "UniswapV3" + }, "active": true }, "xcur": { diff --git a/package.json b/package.json index 0848c566..c8541ad6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.4.5", + "version": "1.4.6", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 2dd6266f..fb0f8080 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -2231,7 +2231,7 @@ const bills: BillsConfig[] = [ { index: 2003, contractAddress: { - [ChainId.ARBITRUM]: '0xb4b18300289d257d1F341E6240d9Fe9B0F474ADd', + [ChainId.ARBITRUM]: '0xb5022e9DE06793D74c7892cD0e7D820cdEd05611', }, billType: 'reserve', billVersion: BillVersion.V2, @@ -2242,12 +2242,12 @@ const bills: BillsConfig[] = [ billNnftAddress: { [ChainId.ARBITRUM]: '0xAC707999D05C4048844B78c737D9512DFDff524d', }, - inactive: true, + inactive: false, projectLink: 'https://www.cruize.finance/', twitter: 'https://twitter.com/CruizeFinance', audit: 'https://docs.cruize.finance/technical-details/audits', initTime: { [ChainId.ARBITRUM]: 1689955200 }, - initPrice: { [ChainId.ARBITRUM]: 0.0925 }, + initPrice: { [ChainId.ARBITRUM]: 0.0202 }, soldOut: false, }, { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 0da2ad3e..62a8547e 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -1,5 +1,5 @@ import { ChainId } from '@ape.swap/sdk' -import { Token } from '../types' +import { LiquidityDex, Token } from '../types' const tokens: Record = { // BANANA should always be first token for GNANA calculation @@ -1839,6 +1839,9 @@ const tokens: Record = { decimals: { [ChainId.ARBITRUM]: 18, }, + liquidityDex: { + [ChainId.ARBITRUM]: LiquidityDex.UniswapV3, + }, active: true, }, xcur: {