update simple-client contracts

This commit is contained in:
Andrea Franz 2020-02-26 14:39:42 +01:00
parent 8dc47f316c
commit 2c7db2bb09
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
2 changed files with 10 additions and 1 deletions

View File

@ -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";

View File

@ -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",