mirror of
https://github.com/Instadapp/dsa-connectors-2.0.git
synced 2024-07-29 21:57:39 +00:00
10 lines
325 B
TypeScript
10 lines
325 B
TypeScript
|
export const addresses: Record<string, any> = {
|
||
|
connectors: {
|
||
|
basic: "0xe5398f279175962E56fE4c5E0b62dc7208EF36c6",
|
||
|
auth: "0xd1aff9f2acf800c876c409100d6f39aea93fc3d9",
|
||
|
},
|
||
|
core: {
|
||
|
connectorsV2: "0x127d8cD0E2b2E0366D522DeA53A787bfE9002C14",
|
||
|
instaIndex: "0x6CE3e607C808b4f4C26B7F6aDAeB619e49CAbb25",
|
||
|
},
|
||
|
};
|