diff --git a/apps/simple-wallet/client/src/actions/wallet.ts b/apps/simple-wallet/client/src/actions/wallet.ts index 47e64f7..a9832ce 100644 --- a/apps/simple-wallet/client/src/actions/wallet.ts +++ b/apps/simple-wallet/client/src/actions/wallet.ts @@ -11,7 +11,7 @@ import { Contract } from 'web3-eth-contract'; // const walletFactoryAddress = "0x8C9437F77103E6aC431Af3e9D45cD3D8A972047e"; // Ropsten -const walletFactoryAddress = "0x0062A04FD283e6E5C4C4c5e355b2c1A3781813C3"; +const walletFactoryAddress = "0xf9bcEf45E39cC5d976585b5A9A722113E3c58aCc"; //FIXME: remove test address // const testKeycardAddress = "0x13F1e02E78A0636420cDc1BDaE343aDbBfF308F0"; diff --git a/apps/simple-wallet/client/src/contracts/KeycardWallet.ts b/apps/simple-wallet/client/src/contracts/KeycardWallet.ts index 9a9b735..88fd589 100644 --- a/apps/simple-wallet/client/src/contracts/KeycardWallet.ts +++ b/apps/simple-wallet/client/src/contracts/KeycardWallet.ts @@ -131,6 +131,10 @@ export const abi: AbiItem[] = [ "name": "blockHash", "type": "bytes32" }, + { + "name": "currency", + "type": "address" + }, { "name": "amount", "type": "uint256" @@ -301,6 +305,11 @@ export const abi: AbiItem[] = [ "name": "to", "type": "address" }, + { + "indexed": false, + "name": "currency", + "type": "address" + }, { "indexed": false, "name": "amount",