dsa-connectors/scripts/constant/addresses.js

12 lines
382 B
JavaScript
Raw Normal View History

2021-05-14 19:16:54 +00:00
module.exports = {
connectors: {
basic: "0xe5398f279175962E56fE4c5E0b62dc7208EF36c6",
auth: "0xd1aff9f2acf800c876c409100d6f39aea93fc3d9",
2021-06-24 11:28:01 +00:00
"INSTAPOOL-A": "0x5806af7ab22e2916fa582ff05731bf7c682387b2"
2021-05-14 19:16:54 +00:00
},
core: {
2021-06-24 11:28:01 +00:00
connectorsV2: "0x97b0B3A8bDeFE8cB9563a3c610019Ad10DB8aD11",
instaIndex: "0x2971AdFa57b20E5a416aE5a708A8655A9c74f723",
2021-05-14 19:16:54 +00:00
}
};