diff --git a/config/bills.json b/config/bills.json index ffe4aea9..cb358430 100644 --- a/config/bills.json +++ b/config/bills.json @@ -10148,6 +10148,80 @@ "twitter": "https://twitter.com/HelloTelos", "soldOut": true }, + { + "index": 2004, + "contractAddress": { + "42161": "0x04dA96Fb9F43491D3601F2b04424ABE7F12F700d" + }, + "billType": "liquidity", + "billVersion": "V2", + "token": { + "symbol": "OPEN", + "address": { + "42161": "0x58CB98A966F62aA6F2190eB3AA03132A0c3de3D5" + }, + "decimals": { + "42161": 18 + }, + "active": true + }, + "quoteToken": { + "symbol": "ETH", + "address": { + "40": "0xfa9343c3897324496a05fc75abed6bac29f8a40f", + "56": "0x2170ed0880ac9a755fd29b2688956bd959f933f8", + "97": "0xd66c6b4f0be8ce5b39d52e0fd1344c389929b378", + "137": "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619", + "42161": "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1" + }, + "decimals": { + "40": 18, + "56": 18, + "97": 18, + "137": 18, + "42161": 18 + }, + "active": true + }, + "lpToken": { + "symbol": "OPEN-ETH", + "address": { + "42161": "0xC09C5B1420f33Ba6557789f15Ce6E1eb9aF1d31a" + }, + "decimals": { + "42161": 18 + }, + "active": true, + "lpToken": true + }, + "earnToken": { + "symbol": "OPEN", + "address": { + "42161": "0x58CB98A966F62aA6F2190eB3AA03132A0c3de3D5" + }, + "decimals": { + "42161": 18 + }, + "active": true + }, + "billNnftAddress": { + "42161": "0xAC707999D05C4048844B78c737D9512DFDff524d" + }, + "inactive": false, + "projectLink": "https://openworld.vision/", + "twitter": "https://twitter.com/OpenWorldVision", + "audit": "https://wiki.openworld.vision/audit", + "initTime": { + "42161": 1700149206 + }, + "initPrice": { + "42161": 0.003660886786 + }, + "soldOut": false, + "billArt": { + "collection": "ApeBond_Collection1" + } + }, { "index": 2003, "contractAddress": { diff --git a/package.json b/package.json index 9599b22f..c7376304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.5.46", + "version": "1.5.47", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 72f58b87..f2423614 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -5,7 +5,7 @@ import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } fr // BNB Largest ID: 1000 // Polygon Largest ID: 109 // Telos Largest ID: 215 -// Arbitrum Largest ID: 2003 +// Arbitrum Largest ID: 2004 //Migration Bonds ID: 5007 const bills: BillsConfig[] = [ @@ -3077,6 +3077,31 @@ const bills: BillsConfig[] = [ /* Arbitrum Bills - ID started from 2001 */ + { + index: 2004, + contractAddress: { + [ChainId.ARBITRUM]: '0x04dA96Fb9F43491D3601F2b04424ABE7F12F700d', + }, + billType: 'liquidity', + billVersion: BillVersion.V2, + token: tokens.open, + quoteToken: tokens.eth, + lpToken: tokens.openEth, + earnToken: tokens.open, + billNnftAddress: { + [ChainId.ARBITRUM]: '0xAC707999D05C4048844B78c737D9512DFDff524d', + }, + inactive: false, + projectLink: 'https://openworld.vision/', + twitter: 'https://twitter.com/OpenWorldVision', + audit: 'https://wiki.openworld.vision/audit', + initTime: { [ChainId.ARBITRUM]: 1700149206 }, + initPrice: { [ChainId.ARBITRUM]: 0.003660886786 }, + soldOut: false, + billArt: { + collection: BillArtCollection.ApeBond_Collection1, + }, + }, { index: 2003, contractAddress: {