From dbc9a941d3b804f2b848f65ac67b6c9a731baaf8 Mon Sep 17 00:00:00 2001 From: n0mbr3al3at0r10 Date: Fri, 23 Feb 2024 09:46:34 -0300 Subject: [PATCH] chore: added new inEVM testnet bond --- config/bills.json | 73 ++++++++++++++++++++++++++++++++++++++++++ src/constants/bills.ts | 25 +++++++++++++++ 2 files changed, 98 insertions(+) diff --git a/config/bills.json b/config/bills.json index 5c7504b8..f95fad31 100644 --- a/config/bills.json +++ b/config/bills.json @@ -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": { diff --git a/src/constants/bills.ts b/src/constants/bills.ts index 34320bad..d63e941a 100644 --- a/src/constants/bills.ts +++ b/src/constants/bills.ts @@ -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: {