diff --git a/config/bills.json b/config/bills.json index bbd5006b..c8c8864c 100644 --- a/config/bills.json +++ b/config/bills.json @@ -8797,6 +8797,92 @@ "inactive": true, "soldOut": true }, + { + "index": 122, + "contractAddress": { + "137": "0x1f3b1E69c874D29e6928ebddA91C22454074d8Fa" + }, + "billType": "reserve", + "billVersion": "V2", + "token": { + "symbol": "USDT", + "address": { + "40": "0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73", + "56": "0x55d398326f99059ff775485246999027b3197955", + "137": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f", + "42161": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "quoteToken": { + "symbol": "USDT", + "address": { + "40": "0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73", + "56": "0x55d398326f99059ff775485246999027b3197955", + "137": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f", + "42161": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "lpToken": { + "symbol": "USDT", + "address": { + "40": "0xefaeee334f0fd1712f9a8cc375f427d9cdd40d73", + "56": "0x55d398326f99059ff775485246999027b3197955", + "137": "0xc2132d05d31c914a87c6611c10748aeb04b58e8f", + "42161": "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9" + }, + "decimals": { + "40": 6, + "56": 18, + "137": 6, + "42161": 6 + }, + "active": true + }, + "earnToken": { + "symbol": "TRC", + "address": { + "137": "0x40d9fc77027A281d85de1fa660C887E645AE26C3" + }, + "decimals": { + "137": 2 + }, + "liquidityDex": { + "137": "Algebra" + }, + "active": true + }, + "billNnftAddress": { + "137": "0x0f59f11AA94e19b796e8a834A89a66F328155181" + }, + "inactive": false, + "projectLink": "https://metatrace.me/", + "twitter": "https://twitter.com/trace_meta", + "initTime": { + "137": 1701892800 + }, + "initPrice": { + "137": 0.0948073647 + }, + "soldOut": false, + "billArt": { + "collection": "Quickswap_Collection1" + }, + "bondPartner": "QuickSwap" + }, { "index": 121, "contractAddress": { diff --git a/package.json b/package.json index 39e97618..d6aaa585 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ape.swap/apeswap-lists", - "version": "1.6.7", + "version": "1.6.9", "main": "dist/index.js", "typings": "dist/index.d.ts", "publishConfig": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index c5729628..63a24019 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -3,7 +3,7 @@ import tokens from './tokens' import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types' // BNB Largest ID: 1009 -// Polygon Largest ID: 121 +// Polygon Largest ID: 122 // Telos Largest ID: 215 // Arbitrum Largest ID: 2004 //Migration Bonds ID: 5007 @@ -2673,7 +2673,31 @@ const bills: BillsConfig[] = [ /* Polygon Bills */ - + { + index: 122, + contractAddress: { + [ChainId.MATIC]: '0x1f3b1E69c874D29e6928ebddA91C22454074d8Fa', + }, + billType: 'reserve', + billVersion: BillVersion.V2, + token: tokens.usdt, + quoteToken: tokens.usdt, + lpToken: tokens.usdt, + earnToken: tokens.trc, + billNnftAddress: { + [ChainId.MATIC]: '0x0f59f11AA94e19b796e8a834A89a66F328155181', + }, + inactive: false, + projectLink: 'https://metatrace.me/', + twitter: 'https://twitter.com/trace_meta', + initTime: { [ChainId.MATIC]: 1701892800 }, + initPrice: { [ChainId.MATIC]: 0.0948073647 }, + soldOut: false, + billArt: { + collection: BillArtCollection.Quickswap_Collection1, + }, + bondPartner: 'QuickSwap', + }, { index: 121, contractAddress: { diff --git a/src/constants/dexToZapMapping.ts b/src/constants/dexToZapMapping.ts index eb964dc4..9b8ed990 100644 --- a/src/constants/dexToZapMapping.ts +++ b/src/constants/dexToZapMapping.ts @@ -19,7 +19,7 @@ export const dexToZapMapping: Record