Skip to content

Commit

Permalink
Add Base axlOP Token Reward
Browse files Browse the repository at this point in the history
  • Loading branch information
shatterproof committed Mar 11, 2024
1 parent 05102d8 commit e842250
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
17 changes: 15 additions & 2 deletions packages/address-book/address-book/base/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -596,13 +596,26 @@ const _tokens = {
chainId: 8453,
decimals: 18,
logoURI: '',
website:
'https://basegod.fun/',
website: 'https://basegod.fun/',
description:
'In the spirit of being based and fair, $TYBG was stealth launched with no tax or team/presale tokens. Memecoin.',
documentation: '',
bridge: 'native',
},
axlOP: {
name: 'Axelar Wrapped OP',
symbol: 'axlOP',
oracleId: 'axlOP',
address: '0x994ac01750047B9d35431a7Ae4Ed312ee955E030',
chainId: 8453,
decimals: 18,
logoURI: '',
website: 'https://app.optimism.io/governance',
description:
'Optimistic Rollup is a layer 2 scaling solution that scales both transaction throughput and computation on Ethereum. The backbone of our implementation is the Optimistic Virtual Machine (OVM), which is fully compatible with the EVM.',
documentation: '',
bridge: 'axelar',
},
} as const;

export const tokens: ConstRecord<typeof _tokens, Token> = _tokens;
20 changes: 20 additions & 0 deletions src/data/base/aerodromeLpPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"name": "aerodrome-weth-axlop",
"address": "0x6a071315B5Ae7da81CA56901ff13893F84776c7B",
"gauge": "0xf2B43787C9F841B69567Df52DD6669F4D6De293f",
"decimals": "1e18",
"chainId": 8453,
"beefyFee": 0.095,
"lp0": {
"address": "0x4200000000000000000000000000000000000006",
"oracle": "tokens",
"oracleId": "WETH",
"decimals": "1e18"
},
"lp1": {
"address": "0x994ac01750047B9d35431a7Ae4Ed312ee955E030",
"oracle": "tokens",
"oracleId": "axlOP",
"decimals": "1e18"
}
},
{
"name": "aerodrome-tybg-weth",
"address": "0x20000FbfeDFD172821821C9c59284129B04ffB2e",
Expand Down
5 changes: 5 additions & 0 deletions src/data/base/bvmLpPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@
"address": "0x4200000000000000000000000000000000000006",
"oracleId": "WETH",
"decimals": "1e18"
},
{
"address": "0x994ac01750047B9d35431a7Ae4Ed312ee955E030",
"oracleId": "axlOP",
"decimals": "1e18"
}
],
"lp0": {
Expand Down

0 comments on commit e842250

Please sign in to comment.