mirror of
https://github.com/Instadapp/dsa-connectors.git
synced 2024-07-29 22:37:00 +00:00
12 lines
399 B
TypeScript
12 lines
399 B
TypeScript
export const addresses: Record<string, any> = {
|
|
connectors: {
|
|
"basic": "0xe5398f279175962E56fE4c5E0b62dc7208EF36c6",
|
|
"auth": "0xd1aff9f2acf800c876c409100d6f39aea93fc3d9",
|
|
"INSTAPOOL-A": "0x5806af7ab22e2916fa582ff05731bf7c682387b2",
|
|
},
|
|
core: {
|
|
"connectorsV2": "0x97b0B3A8bDeFE8cB9563a3c610019Ad10DB8aD11",
|
|
"instaIndex": "0x2971AdFa57b20E5a416aE5a708A8655A9c74f723",
|
|
},
|
|
};
|