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 c109564 commit 8723108Copy full SHA for 8723108
1 file changed
src/constants.js
@@ -124,6 +124,7 @@ module.exports = {
124
'0x0ac2d6f5f5afc669d3ca38f830dad2b4f238ad3f', // V1
125
'0x1c36b06fc0d9354a96cf155b861b141ed10c3312', // V2
126
'0xe97ea901d034ba2e018155264f77c417ce7717f9', // V3
127
+ '0xe3379a1956f4a79f39eb2e87bb441419e167538e', // V4
128
],
129
name: 'Eth2Dai',
130
},
@@ -143,5 +144,11 @@ module.exports = {
143
144
145
name: 'Uniswap',
146
147
+ {
148
+ addresses: [
149
+ '0xe335bdd1fb0ee30f9a9a434f18f8b118dec32df7', // V1
150
+ ],
151
+ name: 'Curve',
152
+ },
153
154
};
0 commit comments