Skip to content

Commit

Permalink
Merge pull request #302 from Instadapp/add-connectors
Browse files Browse the repository at this point in the history
Add connectors
  • Loading branch information
thrilok209 authored Jul 8, 2024
2 parents 937f02b + d92bfe8 commit 1676d6d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsa-connect",
"version": "0.6.83",
"version": "0.6.84",
"description": "DSA connect",
"main": "dist/index.js",
"module": "dist/index.es.js",
Expand Down
4 changes: 3 additions & 1 deletion src/addresses/arbitrum/connectorsV2_M1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ export const connectorsV2_M1 = {
'AVO-APPROVE-MULTISIG-STAGING-A': '0xDF1B85eDBbD6DC34713dFF3c0400AD08292d1B70',
'PARASWAP-V6-A': '0x8E2BfE61aBC48435283bE78Ca0fe053b1BF24E69',
'FLUID-A': '0x1b5687b3132a88120Cf41B58d6d454A6015ea0a2',
'FLUID-STAKING-A': '0xDb08a687bC3Cf7127F7933146D08d1De2a73ef87'
'FLUID-STAKING-A': '0xDb08a687bC3Cf7127F7933146D08d1De2a73ef87',
'BASIC-D-V2': '0x389657de20592A0F5aD9eb4De44fE8293616B751',
'INSTAPOOL-D': '0x65f244005B002ecD701Eb44F042d64CCE1bb8D1b',
}
1 change: 1 addition & 0 deletions src/addresses/avalanche/connectorsV2_M1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ export const connectorsV2_M1 = {
'AVO-APPROVE-MULTISIG-A': '0x8De45b985A62639eCfC4c8A898E65426b6cBeE07',
'AVO-APPROVE-MULTISIG-STAGING-A': '0x832925F26de92062fca39262aC90939Ed508325b',
'PARASWAP-V6-A': '0x8b69e301EC529A96898a4b386E094D60F241a608',
'INSTAPOOL-D': '0xCFB46DbF4535F6C72BdFaf9FB8e7130fA03e24BC',
}
1 change: 1 addition & 0 deletions src/addresses/base/connectorsV2_M1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ export const connectorsV2_M1 = {
'AVO-APPROVE-MULTISIG-STAGING-A': '0x5C122207f668D3fE345465Ac447b3FEF627f4963',
'KYBER-AGGREGATOR-A': '0x6ca5658D944aF44545f00781da8195F8AaFDF5E3',
'PARASWAP-V6-A': '0xf066769946726AC68caA08D101F89ae8d198622c',
'INSTAPOOL-D': '0x3Ca137EC191299481472f7d7F72ce63586D4C4A8',
}
2 changes: 1 addition & 1 deletion src/addresses/mainnet/connectorsV2_M1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const connectorsV2_M1 = {
'AVO-APPROVE-MULTISIG-STAGING-A': '0xF61617C863C58f864083377A446E051668DbDc51',
'CURVE-USD-A': '0xEEe36D8b3013599897cc0fD7c1dAE9f1ABaD747F',
'MORPHO-BLUE-A': '0x09d898D2F1971C5481c3f3ADD63F21fB9a2b18D9',
'INSTAPOOL-D': '0xDe0223C3627e8958a1136b16092d14Df3C693f5c',
'INSTAPOOL-D': '0xea024933751E886E79990699d6B50929B0151c7D',
'FLUID-A': '0x8818F4004B7f02C766E79a8604C1C5fE6d8D2358',
'BASIC-D-V2': '0xF515151eb049918C9e60A40B9fA51a0847A511c6',
'SPARK-IMPORT-PERMIT-A': '0x01C9da8154CC35e12B5C368990b369b8d0aC6CD2',
Expand Down
1 change: 1 addition & 0 deletions src/addresses/optimism/connectorsV2_M1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ export const connectorsV2_M1 = {
'AVO-APPROVE-MULTISIG-A': '0xB914F104dbBd43bc71BE3CaaD97F9bd6f256E67D',
'AVO-APPROVE-MULTISIG-STAGING-A': '0x0Ac1eab0fBe7d57881C4C9626eD493E5809CbDd9',
'PARASWAP-V6-A': '0xcDAb2C496A96B6Df19f3f305933088eE2d74C5bA',
'INSTAPOOL-D': '0x43416B914a9F66C46FF0dD9Ca05Bc297989f8F7E',
}
1 change: 1 addition & 0 deletions src/addresses/polygon/connectorsV2_M1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,5 @@ export const connectorsV2_M1 = {
'BASIC-D-V2': '0x1d63539bc6fd338579682615Abda6A4Dc2bcc5e4',
'FLUID-STAKING-A': '0xFF93C10FB34f7069071D0679c45ed77A98f37f21',
'PARASWAP-V6-A': '0xc6639CE123d779fE6eA545B70CbDc1dCA421740d',
'INSTAPOOL-D': '0xf2Ab6FF3707752557a8410e2cFc7F48B4E248Fa0',
}

0 comments on commit 1676d6d

Please sign in to comment.