Fix amb subsidized mode hash in oracle-e2e
This commit is contained in:
parent
7e651a86c4
commit
065956e94e
@ -23,7 +23,7 @@ const foreignAMB = new foreignWeb3.eth.Contract(FOREIGN_AMB_ABI, amb.foreign)
|
||||
const foreignBox = new foreignWeb3.eth.Contract(BOX_ABI, amb.foreignBox)
|
||||
|
||||
const oneEther = foreignWeb3.utils.toWei('1', 'ether')
|
||||
const subsidizedHash = homeWeb3.utils.toHex('AMB-subsidized-mode')
|
||||
const subsidizedHash = homeWeb3.utils.toBN(0)
|
||||
|
||||
describe('arbitrary message bridging', () => {
|
||||
describe('Home to Foreign', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user