const config = {
		'ethereumUri': 'http://127.0.0.1:8545',
		'chainId': 738,
		'gasLimit': 15000000,
		'gasPrice': 18000000000,
		'keyStore': '{"address":"286a713af771b89f7bd2bfb46832da710780552e","crypto":{"cipher":"aes-128-ctr","ciphertext":"c4b50bcc8127a99a9b7fa2484e3494032435f1f3bdc829b10a0b87bfe6cb6215","cipherparams":{"iv":"be2fa649e7cf0516db8f221371dbdb93"},"kdf":"scrypt","kdfparams":{"dklen":32,"n":262144,"p":1,"r":8,"salt":"3fde3e3d2d2e4576675868f443aca47a289ef913d46f973f405c79092d5b65dd"},"mac":"8e673dbf025e88115f2b913ec891a41e47b8dcdca572b3e3a96584bb1ca2cb78"},"id":"014df77c-b7fd-484e-8e1e-5d6a5a9fa902","version":3}',
		'password': '123456',
		'wasm_path': '/app/rusthome/hello-wasm/pkg/hello_wasm_bg.wasm',
		'methods': {'put': 'put:{},{}', 'get': 'get:{}', 'GetCounter': 'GetCounter'}
}

module.exports = config