We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cf33c commit b967999Copy full SHA for b967999
projects/euler-v2/index.js
@@ -15,6 +15,8 @@ const config = {
15
avax: { factory: '0xaf4B4c18B17F6a2B32F6c398a3910bdCD7f26181', },
16
bsc: { factory: '0x7F53E2755eB3c43824E162F7F6F087832B9C9Df6', },
17
arbitrum: { factory: '0x78Df1CF5bf06a7f27f2ACc580B934238C1b80D50', },
18
+ tac: { factory: '0x2b21621b8Ef1406699a99071ce04ec14cCd50677', },
19
+
20
}
21
22
Object.keys(config).forEach(chain => {
0 commit comments