Skip to content

Commit 7b457fa

Browse files
authored
Add Voltage v4 and update tokens (DefiLlama#13412)
1 parent f1544ce commit 7b457fa

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

projects/helper/coreAssets.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,16 @@
299299
"FUSD_3": "0xce86a1cf3cff48139598de6bf9b1df2e0f79f86f",
300300
"WETH_2": "0x5622f6dc93e08a8b717b149677930c38d5d50682",
301301
"BNB": "0x6acb34b1df86e254b544189ec32cf737e2482058",
302-
"BNB_2": "0x117c0419352ddb6fe575a67faa70315bdc4a93f3"
302+
"BNB_2": "0x117c0419352ddb6fe575a67faa70315bdc4a93f3",
303+
"USDT_3": "0x3695dd1d1d43b794c0b13eb8be8419eb3ac22bf7",
304+
"USDC_3": "0xc6bc407706b7140ee8eef2f86f9504651b63e7f9",
305+
"WETH_3": "0x2f6f07cdcf3588944bf4c42ac74ff24bf56e7590",
306+
"WSTETH": "0x2931b47c2cee4febad348ba3d322cb4a17662c34",
307+
"EZETH": "0x8bf40e191ac82bc09d946629655a6b8baf8f063e",
308+
"ULTRAETHS": "0xb10ed6e3810c95a380e4f3e448af1755fa3368cf",
309+
"DAI_2": "0x2502f488d481df4f5054330c71b95d93d41625c2 ",
310+
"SFUSE": "0xb1dd0b683d9a56525cc096fbf5eec6e60fe79871"
311+
303312
},
304313
"evmos": {
305314
"WEVMOS": "0xd4949664cd82660aae99bedc034a0dea8a0bd517",

projects/voltage-stableswap/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ const FUSD_ADDRESS = '0xd0ce1b4a349c35e61af02f5971e71ac502441e49'
55
const STABLESWAP_ADDRESS = '0x2a68D7C6Ea986fA06B2665d08b4D08F5e7aF960c'.toLowerCase()
66
const FUSD_V3_ADDRESS = ADDRESSES.fuse.FUSD_3
77
const PEGSWAP_ADDRESS = '0x56ee525bb9056bed23a6055e60b2a2c5c225d1db'
8+
const PEGSWAP_V2_ADDRESS = '0xfa70dffea090fed2d6e9301fb10b0d4c81072e4c';
9+
const SIMPLE_STAKING_ADDRESS = "0xe3e184a7b75d0ae6e17b58f5283b91b4e0a2604f";
810

911
const STABLES = [
1012
ADDRESSES.fuse.USDC,
@@ -16,6 +18,9 @@ const STABLES = [
1618
ADDRESSES.fuse.BNB_2,
1719
ADDRESSES.fuse.WETH,
1820
ADDRESSES.fuse.WETH_2,
21+
ADDRESSES.fuse.USDC_3,
22+
ADDRESSES.fuse.USDT_3,
23+
ADDRESSES.fuse.WETH_3,
1924
]
2025

2126
module.exports = {
@@ -26,6 +31,8 @@ module.exports = {
2631
FUSD_ADDRESS,
2732
FUSD_V3_ADDRESS,
2833
PEGSWAP_ADDRESS,
34+
PEGSWAP_V2_ADDRESS,
35+
SIMPLE_STAKING_ADDRESS
2936
],
3037
tokens: STABLES,
3138
}),

projects/voltage-v4/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
const { uniV3Export } = require("../helper/uniswapV3");
2+
3+
module.exports = uniV3Export({
4+
fuse: { factory: "0xccEdb990abBf0606Cf47e7C6A26e419931c7dc1F", fromBlock: 32498119, isAlgebra: true, },
5+
});

0 commit comments

Comments
 (0)