Skip to content

Commit

Permalink
feat: List farm auction 24 winner (pancakeswap#4122)
Browse files Browse the repository at this point in the history
* feat: List farm auction 24 winner

* chore: Add NBT logo image

* fix: NBT decimals

* chore: Update NBT-USDT LP address
  • Loading branch information
ChefMomota committed Jun 24, 2022
1 parent f15f612 commit af35129
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 14 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 36 additions & 14 deletions src/config/constants/farms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,42 @@ const farms: SerializedFarmConfig[] = [
quoteToken: serializedTokens.wbnb,
},
// * V3 by order of release (some may be out of PID order due to multiplier boost)
{
pid: 38,
v1pid: 386,
lpSymbol: 'HOTCROSS-BNB LP',
lpAddresses: {
97: '',
56: '0xf23bad605e94de0e3b60c9718a43a94a5af43915',
},
token: serializedTokens.hotcross,
quoteToken: serializedTokens.wbnb,
auctionHostingStartSeconds: 1656068400,
},
{
pid: 104,
lpSymbol: 'NBT-USDT LP',
lpAddresses: {
97: '',
56: '0x401AbD5327542c25baD057614935BfD98186a8a1',
},
token: serializedTokens.nbt,
quoteToken: serializedTokens.usdt,
isCommunity: true,
auctionHostingStartSeconds: 1656068400,
},
{
pid: 103,
lpSymbol: 'BBT-BNB LP',
lpAddresses: {
97: '',
56: '0x3D5A3E3824da092851026fCda3D8a0B7438c4573',
},
token: serializedTokens.bbt,
quoteToken: serializedTokens.wbnb,
isCommunity: true,
auctionHostingStartSeconds: 1656068400,
},
{
pid: 102,
lpSymbol: 'PEAK-BNB LP',
Expand All @@ -52,7 +88,6 @@ const farms: SerializedFarmConfig[] = [
token: serializedTokens.peak,
quoteToken: serializedTokens.wbnb,
isCommunity: true,
auctionHostingStartSeconds: 1654772400,
},
{
pid: 93,
Expand All @@ -65,7 +100,6 @@ const farms: SerializedFarmConfig[] = [
token: serializedTokens.happy,
quoteToken: serializedTokens.wbnb,
isCommunity: true,
auctionHostingStartSeconds: 1654772400,
},
{
pid: 94,
Expand All @@ -78,7 +112,6 @@ const farms: SerializedFarmConfig[] = [
token: serializedTokens.wzrd,
quoteToken: serializedTokens.busd,
isCommunity: true,
auctionHostingStartSeconds: 1654772400,
},
{
pid: 40,
Expand All @@ -91,17 +124,6 @@ const farms: SerializedFarmConfig[] = [
token: serializedTokens.chr,
quoteToken: serializedTokens.busd,
},
{
pid: 38,
v1pid: 386,
lpSymbol: 'HOTCROSS-BNB LP',
lpAddresses: {
97: '',
56: '0xf23bad605e94de0e3b60c9718a43a94a5af43915',
},
token: serializedTokens.hotcross,
quoteToken: serializedTokens.wbnb,
},
{
pid: 96,
lpSymbol: '8PAY-BUSD LP',
Expand Down
8 changes: 8 additions & 0 deletions src/config/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,14 @@ export const mainnetTokens = defineTokens({
'PEAKDEFI',
'https://peakdefi.com/',
),
nbt: new Token(
MAINNET,
'0x1D3437E570e93581Bd94b2fd8Fbf202d4a65654A',
18,
'NBT',
'NanoByte Token',
'https://www.nanobyte.finance/',
),
} as const)

export const testnetTokens = defineTokens({
Expand Down

0 comments on commit af35129

Please sign in to comment.