Skip to content

Commit

Permalink
chore: Add IXT bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Jan 19, 2024
1 parent e65af33 commit b4c3b86
Show file tree
Hide file tree
Showing 3 changed files with 123 additions and 7 deletions.
92 changes: 90 additions & 2 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -9838,6 +9838,94 @@
"inactive": true,
"soldOut": true
},
{
"index": 124,
"contractAddress": {
"137": "0xa03f7F8eC6CF8e217dBE506D990F81B3378e6EEB"
},
"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": "IXT",
"address": {
"137": "0xE06Bd4F5aAc8D0aA337D13eC88dB6defC6eAEefE"
},
"decimals": {
"137": 18
},
"liquidityDex": {
"137": "QuickswapV2"
},
"active": true
},
"billNnftAddress": {
"137": "0x0f59f11AA94e19b796e8a834A89a66F328155181"
},
"inactive": false,
"projectLink": "https://planetix.com/",
"twitter": "https://twitter.com/Planetix0",
"initTime": {
"137": 1701892800
},
"initPrice": {
"137": 0.347018667988457
},
"soldOut": false,
"billArt": {
"collection": "PlanetIX_Collection1"
},
"bondPartner": "QuickSwap",
"fullDescription": "Planet IX is a Web3 play-to-earn platform fueled by their native IX Token. Every asset on Planet IX is an NFT, allowing users to farm, own, and trade them. The main goal is to restore the planet to its former green-blue glory. Join Planet IX and become an Agent of Change now.",
"tags": ["Gaming", "NFT"]
},
{
"index": 123,
"contractAddress": {
Expand Down Expand Up @@ -10082,7 +10170,7 @@
"initPrice": {
"137": 0.347018667988457
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "PlanetIX_Collection1"
},
Expand Down Expand Up @@ -11061,7 +11149,7 @@
"initPrice": {
"137": 0.00254
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "Quickswap_Collection1"
},
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.8.27",
"version": "1.8.28",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
36 changes: 32 additions & 4 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { ChainId } from '@ape.swap/sdk'
import tokens from './tokens'
import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types'

// BNB Largest ID: 1019
// Polygon Largest ID: 123
// BNB Largest ID: 1020
// Polygon Largest ID: 124
// Telos Largest ID: 215
// Arbitrum Largest ID: 2004
//Migration Bonds ID: 5007
Expand Down Expand Up @@ -3021,6 +3021,34 @@ const bills: BillsConfig[] = [
/*
Polygon Bills
*/
{
index: 124,
contractAddress: {
[ChainId.MATIC]: '0xa03f7F8eC6CF8e217dBE506D990F81B3378e6EEB',
},
billType: 'reserve',
billVersion: BillVersion.V2,
token: tokens.usdt,
quoteToken: tokens.usdt,
lpToken: tokens.usdt,
earnToken: tokens.ixt,
billNnftAddress: {
[ChainId.MATIC]: '0x0f59f11AA94e19b796e8a834A89a66F328155181',
},
inactive: false,
projectLink: 'https://planetix.com/',
twitter: 'https://twitter.com/Planetix0',
initTime: { [ChainId.MATIC]: 1701892800 },
initPrice: { [ChainId.MATIC]: 0.347018667988457 },
soldOut: false,
billArt: {
collection: BillArtCollection.PlanetIX_Collection1,
},
bondPartner: 'QuickSwap',
fullDescription:
'Planet IX is a Web3 play-to-earn platform fueled by their native IX Token. Every asset on Planet IX is an NFT, allowing users to farm, own, and trade them. The main goal is to restore the planet to its former green-blue glory. Join Planet IX and become an Agent of Change now.',
tags: ['Gaming', 'NFT'],
},
{
index: 123,
contractAddress: {
Expand Down Expand Up @@ -3096,7 +3124,7 @@ const bills: BillsConfig[] = [
twitter: 'https://twitter.com/Planetix0',
initTime: { [ChainId.MATIC]: 1701892800 },
initPrice: { [ChainId.MATIC]: 0.347018667988457 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.PlanetIX_Collection1,
},
Expand Down Expand Up @@ -3404,7 +3432,7 @@ const bills: BillsConfig[] = [
audit: 'https://skynet.certik.com/projects/gensokishi-online-metaworld',
initTime: { [ChainId.MATIC]: 1701892800 },
initPrice: { [ChainId.MATIC]: 0.00254 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.Quickswap_Collection1,
},
Expand Down

0 comments on commit b4c3b86

Please sign in to comment.