From 8723108f8d55a51431e59c243df91101f7fd5cef Mon Sep 17 00:00:00 2001 From: Craig Bovis Date: Thu, 20 Feb 2020 09:41:12 -0500 Subject: [PATCH] Update asset bridge addresses (#339) --- src/constants.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/constants.js b/src/constants.js index 1e22059d0..bfabbc16e 100644 --- a/src/constants.js +++ b/src/constants.js @@ -124,6 +124,7 @@ module.exports = { '0x0ac2d6f5f5afc669d3ca38f830dad2b4f238ad3f', // V1 '0x1c36b06fc0d9354a96cf155b861b141ed10c3312', // V2 '0xe97ea901d034ba2e018155264f77c417ce7717f9', // V3 + '0xe3379a1956f4a79f39eb2e87bb441419e167538e', // V4 ], name: 'Eth2Dai', }, @@ -143,5 +144,11 @@ module.exports = { ], name: 'Uniswap', }, + { + addresses: [ + '0xe335bdd1fb0ee30f9a9a434f18f8b118dec32df7', // V1 + ], + name: 'Curve', + }, ], };