Skip to content

Commit

Permalink
chore: added new inEVM testnet bond
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Feb 23, 2024
1 parent b812324 commit dbc9a94
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
73 changes: 73 additions & 0 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -14223,6 +14223,79 @@
"collection": "ApeBond_Collection1"
}
},
{
"index": 123456782,
"contractAddress": {
"2424": "0xA695B31319ea84E8fCC552F4648515970cD34B16"
},
"billType": "reserve",
"billVersion": "V3",
"token": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18,
"11155111": 18
},
"active": true
},
"quoteToken": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18,
"11155111": 18
},
"active": true
},
"lpToken": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18,
"11155111": 18
},
"active": true
},
"earnToken": {
"symbol": "TABOND",
"address": {
"2424": "0x765FAE7497559175A73aa223894047c213CA5c82",
"11155111": "0x7039F6DDB900762c33842e406fB908EB8a03fB84"
},
"decimals": {
"2424": 18,
"11155111": 18
},
"active": true
},
"billNnftAddress": {
"2424": "0x9C5ae09373Df86fB34660DdC31cd51444c36DD3F"
},
"inactive": false,
"projectLink": "https://ape.bond/",
"twitter": "https://twitter.com/apebond",
"audit": "https://paladinsec.co/projects/apeswap/",
"initTime": {
"2424": 1702472400
},
"initPrice": {
"2424": 1
},
"soldOut": false,
"billArt": {
"collection": "ApeBond_Collection1"
}
},
{
"index": 123456789,
"contractAddress": {
Expand Down
25 changes: 25 additions & 0 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4340,6 +4340,31 @@ const bills: BillsConfig[] = [
collection: BillArtCollection.ApeBond_Collection1,
},
},
{
index: 123456782, // tabond
contractAddress: {
[ChainId.INEVM_TESTNET]: '0xA695B31319ea84E8fCC552F4648515970cD34B16',
},
billType: 'reserve',
billVersion: BillVersion.V3,
token: tokens.tabond,
quoteToken: tokens.tabond,
lpToken: tokens.tabond,
earnToken: tokens.tabond,
billNnftAddress: {
[ChainId.INEVM_TESTNET]: '0x9C5ae09373Df86fB34660DdC31cd51444c36DD3F',
},
inactive: false,
projectLink: 'https://ape.bond/',
twitter: 'https://twitter.com/apebond',
audit: 'https://paladinsec.co/projects/apeswap/',
initTime: { [ChainId.INEVM_TESTNET]: 1702472400 },
initPrice: { [ChainId.INEVM_TESTNET]: 1 },
soldOut: false,
billArt: {
collection: BillArtCollection.ApeBond_Collection1,
},
},
{
index: 123456789, // tabond
contractAddress: {
Expand Down

0 comments on commit dbc9a94

Please sign in to comment.