fix: mooniswap usdt (#2681)

This commit is contained in:
Jacob Evans 2020-08-25 21:43:19 +10:00 committed by GitHub
parent 156093127b
commit 4f78f55c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -114,8 +114,7 @@ contract MooniswapBridge is
} }
// Transfer funds to `to` // Transfer funds to `to`
IERC20Token(toTokenAddress).transfer(to, state.boughtAmount); LibERC20Token.transfer(toTokenAddress, to, state.boughtAmount);
emit ERC20BridgeTransfer( emit ERC20BridgeTransfer(
// input token // input token

View File

@ -33,6 +33,10 @@
{ {
"note": "Deploy `MooniswapBridge` on Mainnet", "note": "Deploy `MooniswapBridge` on Mainnet",
"pr": 2675 "pr": 2675
},
{
"note": "Redeploy `MooniswapBridge` on Mainnet",
"pr": 2681
} }
] ]
}, },

View File

@ -41,7 +41,7 @@
"exchangeProxyTransformerDeployer": "0x80a36559ab9a497fb658325ed771a584eb0f13da", "exchangeProxyTransformerDeployer": "0x80a36559ab9a497fb658325ed771a584eb0f13da",
"exchangeProxyFlashWallet": "0x22f9dcf4647084d6c31b2765f6910cd85c178c18", "exchangeProxyFlashWallet": "0x22f9dcf4647084d6c31b2765f6910cd85c178c18",
"mStableBridge": "0x2bf04fcea05f0989a14d9afa37aa376baca6b2b3", "mStableBridge": "0x2bf04fcea05f0989a14d9afa37aa376baca6b2b3",
"mooniswapBridge": "0xf384663c04a77a732e7a222c65b33fe471c7011c", "mooniswapBridge": "0x02b7eca484ad960fca3f7709e0b2ac81eec3069c",
"transformers": { "transformers": {
"wethTransformer": "0x7bab5f7299e1ca123bb44eb71e6c89be7e558cc8", "wethTransformer": "0x7bab5f7299e1ca123bb44eb71e6c89be7e558cc8",
"payTakerTransformer": "0xe8c07a119452b55eee2f999478aab97f3656d841", "payTakerTransformer": "0xe8c07a119452b55eee2f999478aab97f3656d841",