Skip to content

Commit

Permalink
Merge pull request #636 from pangolindex/feature/xeta_superfarm
Browse files Browse the repository at this point in the history
Add XETA SF
  • Loading branch information
HariSeldon23 authored Oct 6, 2022
2 parents e580dc2 + 9046d23 commit e02dbab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2191,3 +2191,13 @@ export const UND: { [chainId in ChainId]: Token } = {
[ChainId.NEAR_MAINNET]: new Token(ChainId.NEAR_MAINNET, ZERO_ADDRESS, 18, 'UND', 'Unbound Dollar'),
[ChainId.NEAR_TESTNET]: new Token(ChainId.NEAR_TESTNET, ZERO_ADDRESS, 18, 'UND', 'Unbound Dollar')
}

export const XETA: { [chainId in ChainId]: Token } = {
[ChainId.FUJI]: new Token(ChainId.FUJI, ZERO_ADDRESS, 18, 'XETA', 'XETA'),
[ChainId.AVALANCHE]: new Token(ChainId.AVALANCHE, '0x827eb4bada6cb76c90f887969b3fe5faD585FFe3', 18, 'XETA', 'XETA'),
[ChainId.WAGMI]: new Token(ChainId.WAGMI, ZERO_ADDRESS, 18, 'XETA', 'XETA'),
[ChainId.COSTON]: new Token(ChainId.COSTON, ZERO_ADDRESS, 18, 'XETA', 'XETA'),
[ChainId.SONGBIRD]: new Token(ChainId.SONGBIRD, ZERO_ADDRESS, 18, 'XETA', 'XETA'),
[ChainId.NEAR_MAINNET]: new Token(ChainId.NEAR_MAINNET, ZERO_ADDRESS, 18, 'XETA', 'XETA'),
[ChainId.NEAR_TESTNET]: new Token(ChainId.NEAR_TESTNET, ZERO_ADDRESS, 18, 'XETA', 'XETA')
}
5 changes: 5 additions & 0 deletions src/state/stake/doubleSideConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,11 @@ export const DOUBLE_SIDE_STAKING: { [key: string]: DoubleSideStaking } = {
tokens: [TOKENS.USDC[ChainId.AVALANCHE], TOKENS.UND[ChainId.AVALANCHE]],
stakingRewardAddress: MINICHEF_ADDRESS[ChainId.AVALANCHE],
version: 2
},
XETA_USDC_V2: {
tokens: [TOKENS.XETA[ChainId.AVALANCHE], TOKENS.USDC[ChainId.AVALANCHE]],
stakingRewardAddress: MINICHEF_ADDRESS[ChainId.AVALANCHE],
version: 2
}
}

Expand Down

1 comment on commit e02dbab

@vercel
Copy link

@vercel vercel bot commented on e02dbab Oct 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

interface – ./

interface-git-master-pangolindex.vercel.app
interface-pangolindex.vercel.app
app.pangolin.exchange

Please sign in to comment.