Skip to content

Commit

Permalink
Merge pull request #239 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Fedev changes + RPG bond
  • Loading branch information
efeDaniels authored Nov 22, 2023
2 parents 55e743c + ac66a9c commit 1d20951
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 2 deletions.
80 changes: 80 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1419,6 +1419,86 @@
"collection": "ApeBond_Collection1"
}
},
{
"index": 1006,
"contractAddress": {
"56": "0x5c43Ad9E1241b8432cF34FAf070A93E7676e9263"
},
"billType": "liquidity",
"billVersion": "V2",
"token": {
"symbol": "BUSD",
"address": {
"56": "0xe9e7cea3dedca5984780bafc599bd69add087d56",
"97": "0xeD24FC36d5Ee211Ea25A80239Fb8C4Cfd80f12Ee"
},
"decimals": {
"56": 18,
"97": 18
},
"active": true
},
"quoteToken": {
"symbol": "RPG",
"address": {
"56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"lpToken": {
"symbol": "RPG-BUSD",
"address": {
"56": "0xA9C815B975B72172d220065319902B176c527D72"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B"
}
},
"earnToken": {
"symbol": "RPG",
"address": {
"56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://revolvegames.io/",
"twitter": "https://twitter.com/RevolveGamesio",
"audit": "https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view",
"initTime": {
"56": 1700658000
},
"initPrice": {
"56": 0.022797917366
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
}
},
{
"index": 1005,
"contractAddress": {
Expand Down
30 changes: 30 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,6 +2085,19 @@
},
"active": true
},
"rpg": {
"symbol": "RPG",
"address": {
"56": "0x01E0d17a533E5930A349C2BB71304F04F20AB12B"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"apex": {
"symbol": "APEX",
"address": {
Expand Down Expand Up @@ -3051,6 +3064,23 @@
"56": "https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F"
}
},
"rpgBusd_PCS": {
"symbol": "RPG-BUSD",
"address": {
"56": "0xA9C815B975B72172d220065319902B176c527D72"
},
"decimals": {
"56": 18
},
"active": true,
"lpToken": true,
"liquidityDex": {
"56": "PancakeSwapV2"
},
"getLpUrl": {
"56": "https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B"
}
},
"cgvBnb_PCS": {
"symbol": "CGV-BNB",
"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.52",
"version": "1.5.53",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
27 changes: 26 additions & 1 deletion 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 { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types'

// BNB Largest ID: 1005
// BNB Largest ID: 1006
// Polygon Largest ID: 109
// Telos Largest ID: 215
// Arbitrum Largest ID: 2004
Expand Down Expand Up @@ -438,6 +438,31 @@ const bills: BillsConfig[] = [
collection: BillArtCollection.ApeBond_Collection1,
},
},
{
index: 1006,
contractAddress: {
[ChainId.BSC]: '0x5c43Ad9E1241b8432cF34FAf070A93E7676e9263',
},
billType: 'liquidity',
billVersion: BillVersion.V2,
token: tokens.busd,
quoteToken: tokens.rpg,
lpToken: tokens.rpgBusd_PCS,
earnToken: tokens.rpg,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://revolvegames.io/',
twitter: 'https://twitter.com/RevolveGamesio',
audit: 'https://drive.google.com/file/d/1lJdF7lEM3KQZmOW1p42Gm0eMbp7DF82C/view',
initTime: { [ChainId.BSC]: 1700658000 },
initPrice: { [ChainId.BSC]: 0.022797917366 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
},
{
index: 1005,
contractAddress: {
Expand Down
27 changes: 27 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2060,6 +2060,17 @@ const tokens: Record<string, Token> = {
},
active: true,
},
rpg: {
symbol: 'RPG',
address: {
[ChainId.BSC]: '0x01E0d17a533E5930A349C2BB71304F04F20AB12B',
},
decimals: { [ChainId.BSC]: 18 },
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
active: true,
},
apex: {
symbol: 'APEX',
address: {
Expand Down Expand Up @@ -3023,6 +3034,22 @@ const tokens: Record<string, Token> = {
'https://pancakeswap.finance/v2/add/0x55d398326f99059fF775485246999027B3197955/0x7B56748A3Ef9970A5bAe99c58aD8bC67b26c525F',
},
},
rpgBusd_PCS: {
symbol: 'RPG-BUSD',
address: {
[ChainId.BSC]: '0xA9C815B975B72172d220065319902B176c527D72',
},
decimals: { [ChainId.BSC]: 18 },
active: true,
lpToken: true,
liquidityDex: {
[ChainId.BSC]: LiquidityDex.PancakeSwapV2,
},
getLpUrl: {
[ChainId.BSC]:
'https://pancakeswap.finance/v2/add/0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56/0x01E0d17a533E5930A349C2BB71304F04F20AB12B',
},
},
cgvBnb_PCS: {
symbol: 'CGV-BNB',
address: {
Expand Down

0 comments on commit 1d20951

Please sign in to comment.