Add support for account index.

This commit is contained in:
Spencer Ofwiti
2021-01-15 07:30:19 +03:00
parent f7f4fe77f6
commit 4d920cdbe9
31 changed files with 1117 additions and 17 deletions

View File

@@ -1,5 +1,9 @@
export const environment = {
production: true,
cicCacheUrl: 'http://localhost:5555',
cicScriptsUrl: 'http://localhost:9999'
cicScriptsUrl: 'http://localhost:9999',
web3Provider: 'ws://localhost:63545',
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',
signerAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
registryAddress: '0xb708175e3f6Cd850643aAF7B32212AFad50e2549'
};

View File

@@ -5,7 +5,11 @@
export const environment = {
production: false,
cicCacheUrl: 'http://localhost:5555',
cicScriptsUrl: 'http://localhost:9999'
cicScriptsUrl: 'http://localhost:9999',
web3Provider: 'ws://localhost:63545',
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',
signerAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
registryAddress: '0xb708175e3f6Cd850643aAF7B32212AFad50e2549'
};
/*