Skip to content

Commit bb05f3f

Browse files
Merge pull request #353 from Instadapp/fix/susds
fix: susds connectors
2 parents 090c186 + e933212 commit bb05f3f

File tree

4 files changed

+7
-5
lines changed

4 files changed

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

src/abi/connectors/v2/SUSDS-A.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export const SUSDS_A: AbiItem[] = [
1010
},
1111
{
1212
inputs: [
13-
{ internalType: 'address', name: 'assetAddr', type: 'address' },
13+
{ internalType: 'address', name: 'assetInAddr', type: 'address' },
14+
{ internalType: 'address', name: 'assetOutAddr', type: 'address' },
1415
{ internalType: 'uint256', name: 'amountIn', type: 'uint256' },
1516
{ internalType: 'uint256', name: 'getId', type: 'uint256' },
1617
{ internalType: 'uint256', name: 'setId', type: 'uint256' }
@@ -25,7 +26,8 @@ export const SUSDS_A: AbiItem[] = [
2526
},
2627
{
2728
inputs: [
28-
{ internalType: 'address', name: 'assetAddr', type: 'address' },
29+
{ internalType: 'address', name: 'assetInAddr', type: 'address' },
30+
{ internalType: 'address', name: 'assetOutAddr', type: 'address' },
2931
{ internalType: 'uint256', name: 'amountOut', type: 'uint256' },
3032
{ internalType: 'uint256', name: 'getId', type: 'uint256' },
3133
{ internalType: 'uint256', name: 'setId', type: 'uint256' }

src/addresses/arbitrum/connectorsV2_M1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ export const connectorsV2_M1 = {
5050
'FLUID-VAULT-T3-A': '0x5bb2daA4A140Ae5Ff4aeE77F5Bb949e4f9e69DAc',
5151
'FLUID-VAULT-T4-A': '0x1d63539bc6fd338579682615Abda6A4Dc2bcc5e4',
5252
'DELEGATE-A': '0x829042a0e98a5F7fFA99a8B2Cf36F43cC1dD001e',
53-
'SUSDS-A': '0xC27822C1D54c47C28471090b6F465bB61A0469F9',
53+
'SUSDS-A': '0x6ACB56b2C2e4A2Ca5EB4B0772BFeC65D377519aF',
5454
}

src/addresses/base/connectorsV2_M1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ 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': '0x567b3c860eea18Fd0E3E6d4c38577e8DB653113C',
3636
'FLUID-VAULT-T2-A': '0xE35C16BDa540fD34c0a4539eC3e04475aC85fFf2',
3737
'FLUID-VAULT-T3-A': '0xEcc4F722cD98d81fF042145E53968e98862CAA9f',
3838
'FLUID-VAULT-T4-A': '0x13b2bc24371923fac3b86ae6576ad2223319c8f3',

0 commit comments

Comments
 (0)