Commit a98cd13a authored by Ben Hayward's avatar Ben Hayward

Updated to feature plus_guid and plus_address in blockchain conf

parent c80aebae
No related merge requests found
......@@ -397,6 +397,8 @@ data:
'wallet_pkey' => '{{ .Values.blockchain.boostWalletKey }}',
],
'wire' => [
'plus_address' => '{{ .Values.blockchain.plusAddress }}',
'plus_guid' => '{{ .Values.blockchain.plusUserGUID }}',
'contract_address' => '{{ .Values.blockchain.wireAddress }}',
'wallet_address' => '{{ .Values.blockchain.wireWallet }}',
'wallet_pkey' => '{{ .Values.blockchain.wireWalletKey }}',
......@@ -459,6 +461,8 @@ data:
'wallet_pkey' => '',
],
'wire' => [
'plus_address' => '',
'plus_guid' => '',
'contract_address' => '0x4b637bba81d24657d4c6acc173275f3e11a8d5d7',
'wallet_address' => '0x4CDc1C1fd1A3F4DD63231afF8c16501BcC11Df95',
'wallet_pkey' => '',
......
......@@ -222,6 +222,8 @@ blockchain:
boostAddress: '0xad6c30d7995484aef9465b3c41cfae1994be7124'
boostWallet: '0xfD7acB9Dd58c2296105ef859D7078b7C51c7e834'
boostWalletKey:
plusAddress:
plusUserGUID:
wireAddress: '0xdcb61cce961da699d20c50f45e45a571737d1ba3'
wireWallet: '0x2F8c79ae5593e9F2df7DFF0514EFF4c0368f194E'
wireWalletKey:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment