Skip to content

Commit

Permalink
Revert "chore: Add PLT Bill"
Browse files Browse the repository at this point in the history
  • Loading branch information
obiedobo authored Aug 23, 2023
1 parent f93faf2 commit ab6adf6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 160 deletions.
79 changes: 0 additions & 79 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,85 +404,6 @@
},
"soldOut": false
},
{
"index": 83,
"contractAddress": {
"56": "0x007eC17bfA484bACcbB6f6bdA20DaD1fB6A49926"
},
"billType": "liquidity",
"billVersion": "V2",
"token": {
"symbol": "PLT",
"address": {
"56": "0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"quoteToken": {
"symbol": "BNB",
"address": {
"56": "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c",
"97": "0xae13d989dac2f0debff460ac112a837c89baa7cd",
"137": "0xa649325aa7c5093d12d6f98eb4378deae68ce23f"
},
"decimals": {
"56": 18,
"97": 18,
"137": 18
},
"active": true
},
"lpToken": {
"symbol": "PLT-BNB",
"address": {
"56": "0x4786eeef4c750158a73218459BFc07a75c89EDC0"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/BNB/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B"
}
},
"earnToken": {
"symbol": "PLT",
"address": {
"56": "0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://www.poollotto.finance/",
"twitter": "https://twitter.com/pltfinance/",
"audit": "https://github.com/Quillhash/QuillAudit_Reports/blob/master/Poollotto%20Smart%20Contract%20Audit%20Report%20-%20QuillAudits.pdf",
"initTime": {
"56": 1692806400
},
"initPrice": {
"56": 1.83977
},
"soldOut": false
},
{
"index": 82,
"contractAddress": {
Expand Down
30 changes: 0 additions & 30 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1950,19 +1950,6 @@
},
"active": true
},
"plt": {
"symbol": "PLT",
"address": {
"56": "0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"cgg": {
"symbol": "CGG",
"address": {
Expand Down Expand Up @@ -2856,23 +2843,6 @@
"56": "https://pancakeswap.finance/v2/add/BNB/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42"
}
},
"pltBnb_PCS": {
"symbol": "PLT-BNB",
"address": {
"56": "0x4786eeef4c750158a73218459BFc07a75c89EDC0"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/BNB/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B"
}
},
"stlosTlos": {
"symbol": "STLOS-TLOS",
"address": {
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.5.2",
"version": "1.5.1",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
25 changes: 1 addition & 24 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ChainId } from '@ape.swap/sdk'
import tokens from './tokens'
import { BillsConfig, BillVersion } from '../types'

// BNB Largest ID: 83
// BNB Largest ID: 82
// Polygon Largest ID: 109
// Telos Largest ID: 215
// Arbitrum Largest ID: 2003
Expand Down Expand Up @@ -118,29 +118,6 @@ const bills: BillsConfig[] = [
initPrice: { [ChainId.BSC]: 0.0303088 },
soldOut: false,
},
{
index: 83,
contractAddress: {
[ChainId.BSC]: '0x007eC17bfA484bACcbB6f6bdA20DaD1fB6A49926',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
token: tokens.plt,
quoteToken: tokens.wbnb,
lpToken: tokens.pltBnb_PCS,
earnToken: tokens.plt,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://www.poollotto.finance/',
twitter: 'https://twitter.com/pltfinance/',
audit:
'https://github.com/Quillhash/QuillAudit_Reports/blob/master/Poollotto%20Smart%20Contract%20Audit%20Report%20-%20QuillAudits.pdf',
initTime: { [ChainId.BSC]: 1692806400 },
initPrice: { [ChainId.BSC]: 1.83977 },
soldOut: false,
},
{
index: 82,
contractAddress: {
Expand Down
26 changes: 0 additions & 26 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1943,17 +1943,6 @@ const tokens: Record<string, Token> = {
},
active: true,
},
plt: {
symbol: 'PLT',
address: {
[ChainId.BSC]: '0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B',
},
decimals: { [ChainId.BSC]: 18 },
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
active: true,
},
cgg: {
symbol: 'CGG',
address: {
Expand Down Expand Up @@ -2853,21 +2842,6 @@ const tokens: Record<string, Token> = {
[ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0x6e4a971B81CA58045a2AA982EaA3d50C4Ac38F42',
},
},
pltBnb_PCS: {
symbol: 'PLT-BNB',
address: {
[ChainId.BSC]: '0x4786eeef4c750158a73218459BFc07a75c89EDC0',
},
decimals: { [ChainId.BSC]: 18 },
active: true,
lpToken: true,
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
getLpUrl: {
[ChainId.BSC]: 'https://pancakeswap.finance/v2/add/BNB/0x631C2f0EdABaC799f07550aEE4fF0Bf7fd35212B',
},
},
stlosTlos: {
symbol: 'STLOS-TLOS',
address: {
Expand Down

0 comments on commit ab6adf6

Please sign in to comment.