Skip to content

Commit

Permalink
chore: Added BNB zap
Browse files Browse the repository at this point in the history
  • Loading branch information
ape-fede committed Jan 2, 2024
2 parents e82ed2d + 83bd097 commit 1aabb35
Show file tree
Hide file tree
Showing 4 changed files with 122 additions and 5 deletions.
96 changes: 94 additions & 2 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -1726,6 +1726,98 @@
},
"tags": ["Cex Fund"]
},
{
"index": 1012,
"contractAddress": {
"56": "0x097f6ffDC1d0C4d163d7d392a31dC7d39B710d4E"
},
"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": "ABOND",
"address": {
"1": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1",
"56": "0x34294AfABCbaFfc616ac6614F6d2e17260b78BEd",
"137": "0xe6828D65bf5023AE1851D90D8783Cc821ba7eeE1"
},
"decimals": {
"1": 18,
"56": 18,
"137": 18
},
"liquidityDex": {
"1": "UniswapV3",
"56": "ThenaV1",
"137": "QuickswapV2"
},
"active": true
},
"billNnftAddress": {
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "https://ape.bond/",
"twitter": "https://twitter.com/apebond",
"audit": "https://paladinsec.co/projects/apeswap/",
"initTime": {
"56": 1702998000
},
"initPrice": {
"56": 0.0776096447226248
},
"soldOut": false,
"billArt": {
"collection": "CexFundBond_Collection1"
}
},
{
"index": 1011,
"contractAddress": {
Expand Down Expand Up @@ -9206,7 +9298,7 @@
"137": 2
},
"liquidityDex": {
"137": "Algebra"
"137": "UniswapV3"
},
"active": true
},
Expand All @@ -9222,7 +9314,7 @@
"initPrice": {
"137": 0.0948073647
},
"soldOut": false,
"soldOut": true,
"billArt": {
"collection": "Quickswap_Collection1"
},
Expand Down
2 changes: 1 addition & 1 deletion config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
"137": 2
},
"liquidityDex": {
"137": "Algebra"
"137": "UniswapV3"
},
"active": true
},
Expand Down
27 changes: 26 additions & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,31 @@ const bills: BillsConfig[] = [
},
tags: ['Cex Fund'],
},
{
index: 1012,
contractAddress: {
[ChainId.BSC]: '0x097f6ffDC1d0C4d163d7d392a31dC7d39B710d4E',
},
billType: 'reserve',
billVersion: BillVersion.V2,
token: tokens.usdt,
quoteToken: tokens.usdt,
lpToken: tokens.usdt,
earnToken: tokens.abond,
billNnftAddress: {
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'https://ape.bond/',
twitter: 'https://twitter.com/apebond',
audit: 'https://paladinsec.co/projects/apeswap/',
initTime: { [ChainId.BSC]: 1702998000 },
initPrice: { [ChainId.BSC]: 0.0776096447226248 },
soldOut: false,
billArt: {
collection: BillArtCollection.CexFundBond_Collection1,
},
},
{
index: 1011,
contractAddress: {
Expand Down Expand Up @@ -2782,7 +2807,7 @@ const bills: BillsConfig[] = [
twitter: 'https://twitter.com/trace_meta',
initTime: { [ChainId.MATIC]: 1701892800 },
initPrice: { [ChainId.MATIC]: 0.0948073647 },
soldOut: false,
soldOut: true,
billArt: {
collection: BillArtCollection.Quickswap_Collection1,
},
Expand Down
2 changes: 1 addition & 1 deletion src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ const tokens: Record<string, Token> = {
[ChainId.MATIC]: 2,
},
liquidityDex: {
[ChainId.MATIC]: LiquidityDex.Algebra,
[ChainId.MATIC]: LiquidityDex.UniswapV3,
},
active: true,
},
Expand Down

0 comments on commit 1aabb35

Please sign in to comment.