Skip to content

Commit

Permalink
Merge pull request #336 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add EVO bond
  • Loading branch information
efeDaniels authored Apr 3, 2024
2 parents 512cb11 + c66bbcd commit e999d57
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 4 deletions.
120 changes: 119 additions & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,122 @@
[
{
"index": 1047,
"contractAddress": {
"56": "0x583F3395768B8A685Ab02156eD980722886A2d44"
},
"billType": "reserve",
"billVersion": "V2",
"token": {
"symbol": "USDT",
"address": {
"1": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73",
"56": "0x55d398326f99059fF775485246999027B3197955",
"97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd",
"137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5",
"42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
},
"decimals": {
"1": 6,
"40": 6,
"56": 18,
"97": 18,
"137": 6,
"2525": 6,
"42161": 6
},
"liquidityDex": {
"1": "UniswapV2",
"2525": "External"
},
"active": true
},
"quoteToken": {
"symbol": "USDT",
"address": {
"1": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73",
"56": "0x55d398326f99059fF775485246999027B3197955",
"97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd",
"137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5",
"42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
},
"decimals": {
"1": 6,
"40": 6,
"56": 18,
"97": 18,
"137": 6,
"2525": 6,
"42161": 6
},
"liquidityDex": {
"1": "UniswapV2",
"2525": "External"
},
"active": true
},
"lpToken": {
"symbol": "USDT",
"address": {
"1": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"40": "0xeFAeeE334F0Fd1712f9a8cc375f427D9Cdd40d73",
"56": "0x55d398326f99059fF775485246999027B3197955",
"97": "0x337610d27c682E347C9cD60BD4b3b107C9d34dDd",
"137": "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
"2525": "0x97423A68BAe94b5De52d767a17aBCc54c157c0E5",
"42161": "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9"
},
"decimals": {
"1": 6,
"40": 6,
"56": 18,
"97": 18,
"137": 6,
"2525": 6,
"42161": 6
},
"liquidityDex": {
"1": "UniswapV2",
"2525": "External"
},
"active": true
},
"earnToken": {
"symbol": "EVO",
"address": {
"56": "0xF2B688b2201979d44FdF18d1d8C641305Cf560Ba"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://www.devomon.io/",
"twitter": "https://twitter.com/OfficialDevomon",
"audit": "https://skynet.certik.com/projects/devomon",
"initTime": {
"56": 1712163600
},
"initPrice": {
"56": 0.006303059734924963
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
"tags": ["GameFi (Play to Earn)"],
"fullDescription": "Devomon is an anime brand that is revolutionizing fan engagement across the globe. Beyond gaming, it encompasses manhwas, anime, and more. Expect immersive games, unique merchandise, and a universe that unites every aspect of anime culture. Experience captivating journeys and trials, along with the opportunity to build and enhance robust NFT collections, all within an engaging and constantly evolving setting—only with Devomon."
},
{
"index": 1046,
"contractAddress": {
Expand Down Expand Up @@ -209,7 +327,7 @@
"billArt": {
"collection": "ApeBond_Collection1"
},
"tags": ["GAMING"],
"tags": ["GameFi (Play to Earn)"],
"fullDescription": "Revolve Games is reshaping Web3 gaming - addressing many of the challenges faced by blockchain gaming economies. They directly integrate playable assets into the in-game economy, achieved by tethering their assets to the RPG token. This strategy ensures a stable and robust ecosystem, less affected by external market fluctuations."
},
{
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.9.10",
"version": "1.9.11",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
32 changes: 30 additions & 2 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,42 @@ import { ChainId } from '@ape.swap/sdk'
import tokens from './tokens'
import { BillArtCollection, BillsConfig, BillVersion, MigrationVestingTerms } from '../types'

// BNB Largest ID: 1046
// BNB Largest ID: 1047
// Polygon Largest ID: 137
// Telos Largest ID: 215
// Arbitrum Largest ID: 2004
// ETH Largest ID: 3009
//Migration Bonds ID: 5007

const bills: BillsConfig[] = [
{
index: 1047,
contractAddress: {
[ChainId.BSC]: '0x583F3395768B8A685Ab02156eD980722886A2d44',
},
billType: 'reserve',
billVersion: BillVersion.V2,
token: tokens.usdt,
quoteToken: tokens.usdt,
lpToken: tokens.usdt,
earnToken: tokens.evo,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://www.devomon.io/',
twitter: 'https://twitter.com/OfficialDevomon',
audit: 'https://skynet.certik.com/projects/devomon',
initTime: { [ChainId.BSC]: 1712163600 },
initPrice: { [ChainId.BSC]: 0.006303059734924963 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
tags: ['GameFi (Play to Earn)'],
fullDescription:
'Devomon is an anime brand that is revolutionizing fan engagement across the globe. Beyond gaming, it encompasses manhwas, anime, and more. Expect immersive games, unique merchandise, and a universe that unites every aspect of anime culture. Experience captivating journeys and trials, along with the opportunity to build and enhance robust NFT collections, all within an engaging and constantly evolving setting—only with Devomon.',
},
{
index: 1046,
contractAddress: {
Expand Down Expand Up @@ -61,7 +89,7 @@ const bills: BillsConfig[] = [
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
tags: ['GAMING'],
tags: ['GameFi (Play to Earn)'],
fullDescription:
'Revolve Games is reshaping Web3 gaming - addressing many of the challenges faced by blockchain gaming economies. They directly integrate playable assets into the in-game economy, achieved by tethering their assets to the RPG token. This strategy ensures a stable and robust ecosystem, less affected by external market fluctuations.',
},
Expand Down

0 comments on commit e999d57

Please sign in to comment.