Skip to content

Commit

Permalink
chore: Add prod LGC bond
Browse files Browse the repository at this point in the history
  • Loading branch information
efeDaniels committed Sep 18, 2023
1 parent 99f3039 commit adc8f01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
{
"index": 90,
"contractAddress": {
"56": "0x15fa262615A03Be08deb2CDA7333569D65a7e11D"
"56": "0xD83873BC5e762a2ff6f35C0Bb5eE687142dfDa8D"
},
"billType": "reserve",
"billVersion": "V2",
Expand Down Expand Up @@ -470,7 +470,7 @@
"active": true
},
"billNnftAddress": {
"56": "0xce112E14e23B7700Ad4915290EA24575F01609fa"
"56": "0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9"
},
"inactive": false,
"projectLink": "http://livegreencoin.com/",
Expand All @@ -480,7 +480,7 @@
"56": 1695052800
},
"initPrice": {
"56": 0.00166422608726567
"56": 0.0016842400986945
},
"soldOut": false
},
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.5.15",
"version": "1.5.16",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"publishConfig": {
Expand Down
6 changes: 3 additions & 3 deletions src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const bills: BillsConfig[] = [
{
index: 90,
contractAddress: {
[ChainId.BSC]: '0x15fa262615A03Be08deb2CDA7333569D65a7e11D',
[ChainId.BSC]: '0xD83873BC5e762a2ff6f35C0Bb5eE687142dfDa8D',
},
billType: 'reserve',
billVersion: BillVersion.V2,
Expand All @@ -130,14 +130,14 @@ const bills: BillsConfig[] = [
lpToken: tokens.usdt,
earnToken: tokens.lgc,
billNnftAddress: {
[ChainId.BSC]: '0xce112E14e23B7700Ad4915290EA24575F01609fa',
[ChainId.BSC]: '0xB75BE16984A27d3023e1cF744E2587e9Aa8750c9',
},
inactive: false,
projectLink: 'http://livegreencoin.com/',
twitter: 'https://twitter.com/LiveGreenCoin1',
audit: 'https://www.certik.com/projects/livegreencoin',
initTime: { [ChainId.BSC]: 1695052800 },
initPrice: { [ChainId.BSC]: 0.00166422608726567 },
initPrice: { [ChainId.BSC]: 0.0016842400986945 },
soldOut: false,
},
{
Expand Down

0 comments on commit adc8f01

Please sign in to comment.