Skip to content

Commit

Permalink
Merge pull request #324 from ApeSwapFinance/staging
Browse files Browse the repository at this point in the history
chore: Add WNK bond
  • Loading branch information
efeDaniels authored Mar 26, 2024
2 parents 72ea8ca + e2ac1f7 commit 7d33804
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 2 deletions.
94 changes: 94 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,98 @@
[
{
"index": 1043,
"contractAddress": {
"56": "0xcc362B5760986ab14EDC794C5D4b1C84e05ea965"
},
"billType": "reserve",
"billVersion": "V2",
"token": {
"symbol": "USDC",
"address": {
"1": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"40": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b",
"56": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
"137": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"42161": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8"
},
"decimals": {
"1": 6,
"40": 6,
"56": 18,
"137": 6,
"42161": 6
},
"active": true
},
"quoteToken": {
"symbol": "USDC",
"address": {
"1": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"40": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b",
"56": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
"137": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"42161": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8"
},
"decimals": {
"1": 6,
"40": 6,
"56": 18,
"137": 6,
"42161": 6
},
"active": true
},
"lpToken": {
"symbol": "USDC",
"address": {
"1": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"40": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b",
"56": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
"137": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
"42161": "0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8"
},
"decimals": {
"1": 6,
"40": 6,
"56": 18,
"137": 6,
"42161": 6
},
"active": true
},
"earnToken": {
"symbol": "WNK",
"address": {
"56": "0xb160A5F19ebccd8E0549549327e43DDd1D023526"
},
"decimals": {
"56": 18
},
"liquidityDex": {
"56": "PancakeSwapV2"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://www.winkyverse.io/",
"twitter": "https://twitter.com/TheWinkyverse_",
"audit": "https://skynet.certik.com/projects/winkyverse",
"initTime": {
"56": 1704891600
},
"initPrice": {
"56": 0.000875307143616461
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
},
"tags": ["GameFi (Play to Earn)"],
"fullDescription": "The Winkyverse is the first game-based learning platform offering immersive and purposeful educational experiences combining Gaming, Web3 and e-learning. Supported by the French Government, with an original setting, fully educational and ethical, the Winkyverse is the immersive and positive universe for all ages."
},
{
"index": 1042,
"contractAddress": {
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.94",
"version": "1.8.95",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
30 changes: 29 additions & 1 deletion 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: 1042
// BNB Largest ID: 1043
// Polygon Largest ID: 137
// Telos Largest ID: 215
// Arbitrum Largest ID: 2004
// ETH Largest ID: 3008
//Migration Bonds ID: 5007

const bills: BillsConfig[] = [
{
index: 1043,
contractAddress: {
[ChainId.BSC]: '0xcc362B5760986ab14EDC794C5D4b1C84e05ea965',
},
billType: 'reserve',
billVersion: BillVersion.V2,
token: tokens.usdc,
quoteToken: tokens.usdc,
lpToken: tokens.usdc,
earnToken: tokens.wnk,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://www.winkyverse.io/',
twitter: 'https://twitter.com/TheWinkyverse_',
audit: 'https://skynet.certik.com/projects/winkyverse',
initTime: { [ChainId.BSC]: 1704891600 },
initPrice: { [ChainId.BSC]: 0.000875307143616461 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
tags: ['GameFi (Play to Earn)'],
fullDescription:
'The Winkyverse is the first game-based learning platform offering immersive and purposeful educational experiences combining Gaming, Web3 and e-learning. Supported by the French Government, with an original setting, fully educational and ethical, the Winkyverse is the immersive and positive universe for all ages.',
},
{
index: 1042,
contractAddress: {
Expand Down

0 comments on commit 7d33804

Please sign in to comment.