Skip to content

Commit

Permalink
Merge pull request #1175 from shatterproof/add-velocore-lp
Browse files Browse the repository at this point in the history
Add Velocore WBTC-ETH vLP
  • Loading branch information
roman-monk authored Jul 20, 2023
2 parents 1353eed + b2ac347 commit 983a89f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/address-book/address-book/zksync/tokens/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,17 @@ const _tokens = {
'USD+ is USDC that pays you yield daily via rebase. It is 100% collateralized with assets immediately convertible into USDC. Yield is generated via strategies such as lending and stable-to-stable pools. Initial strategies include Aave, Rubicon, and Pika.',
documentation: 'https://docs.overnight.fi/',
},
WBTC: {
name: 'Wrapped BTC',
symbol: 'WBTC',
address: '0xBBeB516fb02a01611cBBE0453Fe3c580D7281011',
chainId: 324,
decimals: 8,
logoURI: '',
website: 'https://wbtc.network/',
description:
'Wrapped Bitcoin (WBTC) is the first ERC20 token backed 1:1 with Bitcoin. Completely transparent. 100% verifiable. Community led.',
},
} as const;

export const tokens: ConstRecord<typeof _tokens, Token> = _tokens;
20 changes: 20 additions & 0 deletions src/data/zksync/velocoreLpPools.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
[
{
"name": "velocore-weth-wbtc",
"address": "0x3daBFd167B7eeBc3B41E71f616eFA0571906eF2B",
"gauge": "0xca1E90Ff2E534c82733a14964E56832c11807A5b",
"decimals": "1e18",
"chainId": 324,
"beefyFee": 0.095,
"lp0": {
"address": "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91",
"oracle": "tokens",
"oracleId": "WETH",
"decimals": "1e18"
},
"lp1": {
"address": "0xBBeB516fb02a01611cBBE0453Fe3c580D7281011",
"oracle": "tokens",
"oracleId": "WBTC",
"decimals": "1e8"
}
},
{
"name": "velocore-bifi-weth",
"address": "0x487b6645068E49Ad8cA8c082327DaB1F4Dc2ECbf",
Expand Down

0 comments on commit 983a89f

Please sign in to comment.