Skip to content

Commit 9ba3b71

Browse files
Merge pull request #351 from Instadapp/f/fluid-dex
feat: add fluid dex base connectors
2 parents c9c376a + 333802d commit 9ba3b71

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsa-connect",
3-
"version": "0.7.23",
3+
"version": "0.7.24",
44
"description": "DSA connect",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

src/addresses/base/connectorsV2_M1.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ export const connectorsV2_M1 = {
3232
'ODOS-V2-A': '0x5523AFAdCd20310569A61694dA0B8F47EF991690',
3333
'ZEROX-V2-A': '0x68e391aF9B25C6fBFC48efDea7Ea391E053E5217',
3434
'MORPHO-CLAIM-A': '0x094876716f911eD6557100f6a47ef4dB346396df',
35-
'SUSDS-A': '0xD41ac7C73fe8A0a1D6F11fC43aE4E0661b8B5C87'
35+
'SUSDS-A': '0xD41ac7C73fe8A0a1D6F11fC43aE4E0661b8B5C87',
36+
'FLUID-VAULT-T2-A': '0xE35C16BDa540fD34c0a4539eC3e04475aC85fFf2',
37+
'FLUID-VAULT-T3-A': '0xEcc4F722cD98d81fF042145E53968e98862CAA9f',
38+
'FLUID-VAULT-T4-A': '0x13b2bc24371923fac3b86ae6576ad2223319c8f3',
3639
}

src/addresses/polygon/connectorsV2_M1.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,7 @@ export const connectorsV2_M1 = {
6464
'ODOS-V2-A': '0xC27822C1D54c47C28471090b6F465bB61A0469F9',
6565
'ZEROX-V2-A': '0x727b922F9C95ccD7F6d718eEf7b1343f22B112DB',
6666
'FLUID-MERKLE-CLAIM-A': '0x90E8fF7AF7a286fE5B619F10EdD6f32ed4De4Bf3',
67+
'FLUID-VAULT-T2-A': '0xf932CdFd9F71AAC3fdB1cd007B6df9F59D77F41E',
68+
'FLUID-VAULT-T3-A': '0xb361eb35c820A187c52d0f9E2066382DC0dDA74d',
69+
'FLUID-VAULT-T4-A': '0x9Bdff89620bA251E03266182d5C2448321e4Dfaf',
6770
}

0 commit comments

Comments
 (0)