Skip to content

Commit e387b6f

Browse files
Merge pull request #343 from Instadapp/f/fluid-dex-arbitrum
feat: add fluid smart vault connectors
2 parents 59a273b + c8464e3 commit e387b6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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.16",
3+
"version": "0.7.17",
44
"description": "DSA connect",
55
"main": "dist/index.js",
66
"module": "dist/index.es.js",

src/addresses/arbitrum/connectorsV2_M1.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,7 @@ export const connectorsV2_M1 = {
4646
'OKX-A': '0x28Fb3469E5650B4A979A9F3A54040407eB412Eed',
4747
'ZEROX-V2-A': '0xa2fA0329183586d0231e29F80Ee70a0559418EE2',
4848
'ZEROX-A': '0xa2fA0329183586d0231e29F80Ee70a0559418EE2',
49+
'FLUID-VAULT-T2-A': '0x0B917488c178Ff0AD173f6F3345341C3A2c58620',
50+
'FLUID-VAULT-T3-A': '0x5bb2daA4A140Ae5Ff4aeE77F5Bb949e4f9e69DAc',
51+
'FLUID-VAULT-T4-A': '0x1d63539bc6fd338579682615Abda6A4Dc2bcc5e4',
4952
}

0 commit comments

Comments
 (0)