Skip to content

Commit

Permalink
chore: removed mock bond
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Mar 6, 2024
1 parent a176798 commit 17d5d0d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 105 deletions.
77 changes: 0 additions & 77 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -15291,82 +15291,5 @@
"42161": 1.5528
},
"soldOut": true
},
{
"index": 123456,
"contractAddress": {
"2525": "0xac28AC60180D903B6a8139fC8eDFdb40F459433e"
},
"billType": "reserve",
"billVersion": "V3",
"token": {
"symbol": "mockUSDT",
"address": {
"2525": "0xA4259F9A8EB2E88ccc9C78bE1BeB27faF54bcc7D"
},
"decimals": {
"2525": 18
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"quoteToken": {
"symbol": "mockUSDT",
"address": {
"2525": "0xA4259F9A8EB2E88ccc9C78bE1BeB27faF54bcc7D"
},
"decimals": {
"2525": 18
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"lpToken": {
"symbol": "mockUSDT",
"address": {
"2525": "0xA4259F9A8EB2E88ccc9C78bE1BeB27faF54bcc7D"
},
"decimals": {
"2525": 18
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"earnToken": {
"symbol": "mockINJ",
"address": {
"2525": "0x4569348D39cc38F4d6a1180573Df73B7b03251d9"
},
"decimals": {
"2525": 18
},
"liquidityDex": {
"2525": "External"
},
"active": true
},
"billNnftAddress": {
"2525": "0xa68ae920d7c2945766c282B786b83Fb56cEEdfD0"
},
"inactive": false,
"projectLink": "https://ape.bond/",
"twitter": "https://twitter.com/apebond",
"audit": "https://paladinsec.co/projects/apeswap/",
"initTime": {
"2525": 1702472400
},
"initPrice": {
"2525": 1
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
}
}
]
28 changes: 0 additions & 28 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4678,34 +4678,6 @@ const bills: BillsConfig[] = [
initPrice: { [ChainId.ARBITRUM]: 1.5528 },
soldOut: true,
},

// TEST
// TODO. Remove this mock bond once in prod.
{
index: 123456, // mock
contractAddress: {
[ChainId.INEVM]: '0xac28AC60180D903B6a8139fC8eDFdb40F459433e',
},
billType: 'reserve',
billVersion: BillVersion.V3,
token: tokens.mockUSDT,
quoteToken: tokens.mockUSDT,
lpToken: tokens.mockUSDT,
earnToken: tokens.mockINJ,
billNnftAddress: {
[ChainId.INEVM]: '0xa68ae920d7c2945766c282B786b83Fb56cEEdfD0', // test nft
},
inactive: false,
projectLink: 'https://ape.bond/',
twitter: 'https://twitter.com/apebond',
audit: 'https://paladinsec.co/projects/apeswap/',
initTime: { [ChainId.INEVM]: 1702472400 },
initPrice: { [ChainId.INEVM]: 1 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
},
]

export default bills

0 comments on commit 17d5d0d

Please sign in to comment.