Skip to content

Commit

Permalink
chore: added alva token
Browse files Browse the repository at this point in the history
  • Loading branch information
n0mbr3al3at0r10 committed Jul 9, 2024
1 parent fef6b57 commit e733808
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/bills.json
Original file line number Diff line number Diff line change
Expand Up @@ -27839,7 +27839,7 @@
"billArt": {
"collection": "ETH_Collection1"
},
"tags": ["Defi"],
"tags": ["DeFi"],
"fullDescription": "Strike Finance allows users to control all of their digital assets on a non-custodial protocol while earning a variable rate based on market demands of that asset. Rates are earned per Ethereum block mined. With a friendly user interface and the Strike protocols decentralized nature, users and developers can access liquidity on-demand from their supplied collateral. Strike Finance: the place for exceptional APYs."
},
{
Expand Down
13 changes: 13 additions & 0 deletions config/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@
},
"active": true
},
"alva": {
"symbol": "ALVA",
"address": {
"1": "0x8e729198d1C59B82bd6bBa579310C40d740A11C2"
},
"decimals": {
"1": 18
},
"active": true,
"liquidityDex": {
"1": "UniswapV3"
}
},
"bethustlers": {
"symbol": "BETHUSTLERS",
"address": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants/bills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7445,7 +7445,7 @@ const bills: BillsConfig[] = [
billArt: {
collection: BillArtCollection.ETH_Collection1,
},
tags: ['Defi'],
tags: ['DeFi'],
fullDescription:
'Strike Finance allows users to control all of their digital assets on a non-custodial protocol while earning a variable rate based on market demands of that asset. Rates are earned per Ethereum block mined. With a friendly user interface and the Strike protocols decentralized nature, users and developers can access liquidity on-demand from their supplied collateral. Strike Finance: the place for exceptional APYs.',
},
Expand Down
13 changes: 13 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ const tokens: Record<string, Token> = {
},
active: true,
},
alva: {
symbol: 'ALVA',
address: {
[ChainId.MAINNET]: '0x8e729198d1C59B82bd6bBa579310C40d740A11C2',
},
decimals: {
[ChainId.MAINNET]: 18,
},
active: true,
liquidityDex: {
[ChainId.MAINNET]: LiquidityDex.UniswapV3,
},
},
bethustlers: {
symbol: 'BETHUSTLERS',
address: {
Expand Down

0 comments on commit e733808

Please sign in to comment.