update browser test

pull/1/head
Grandschtroumpf 6 years ago
parent 4dcb710590
commit 2181a12e0d
  1. 5
      test-browser/plugin/plugin.js
  2. 5
      test-browser/plugin/remix.js

@ -44,7 +44,10 @@ window.onload = function () {
})
document.querySelector('input#testaccountcreation').addEventListener('click', function () {
extension.call('udapp', 'createVMAccount', ['71975fbf7fe448e004ac7ae54cad0a383c3906055a75468714156a07385e96ce', '0x56BC75E2D63100000'],
extension.call('udapp', 'createVMAccount', [{
privateKey: '71975fbf7fe448e004ac7ae54cad0a383c3906055a75468714156a07385e96ce',
balance: '0x56BC75E2D63100000'
}],
function (error, result) { console.log(error, result) })
})

@ -64,7 +64,10 @@ window.onload = function () {
action: 'request',
key: 'udapp',
type: 'createVMAccount',
value: ['71975fbf7fe448e004ac7ae54cad0a383c3906055a75468714156a07385e96ce', '0x56BC75E2D63100000'],
value: [{
privateKey: '71975fbf7fe448e004ac7ae54cad0a383c3906055a75468714156a07385e96ce',
balance: '0x56BC75E2D63100000'
}],
id: 38
}), '*')
})

Loading…
Cancel
Save