Skip to content

Commit

Permalink
Merge pull request #1564 from 1932293/add/spx6900
Browse files Browse the repository at this point in the history
Add aerodrome SPX-ETH
  • Loading branch information
roman-monk authored Oct 14, 2024
2 parents 0b7177e + 4ef8e50 commit 0881b03
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/address-book/src/address-book/base/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1423,4 +1423,17 @@ export const tokens = {
website: 'https://dogwifcoin.org/',
bridge: 'layer-zero',
},
SPX: {
name: 'SPX6900',
symbol: 'SPX',
oracleId: 'SPX',
address: '0x50dA645f148798F68EF2d7dB7C1CB22A6819bb2C',
chainId: 8453,
decimals: 18,
logoURI: '',
description:
'SPX6900 is an advanced blockchain cryptography token coin capable of limitless possibilities and scientific utilization. Ethereum based memecoin.',
website: 'https://spx6900.com/',
bridge: 'wormhole',
},
} as const satisfies Record<string, Token>;
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-spx",
"address": "0xe96a4E9EA3a2C6Db214174738a19Eb7Dbb8A3069",
"gauge": "0xCC38E1fc0f8BD866143f672D9E4340f05D262543",
"decimals": "1e18",
"chainId": 8453,
"beefyFee": 0.095,
"lp0": {
"address": "0x4200000000000000000000000000000000000006",
"oracle": "tokens",
"oracleId": "WETH",
"decimals": "1e18"
},
"lp1": {
"address": "0x50dA645f148798F68EF2d7dB7C1CB22A6819bb2C",
"oracle": "tokens",
"oracleId": "SPX",
"decimals": "1e8"
}
},
{
"name": "aerodrome-cbbtc-susdz",
"address": "0x0b3936B83cDdEA7c3E9c159740A6484d309c3b2a",
Expand Down

0 comments on commit 0881b03

Please sign in to comment.