Skip to content

Commit 8079092

Browse files
authored
Update Arbitrum_ChildMessenger.js
1 parent 177e907 commit 8079092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/hardhat/cross-chain-oracle/chain-adapters/Arbitrum_ChildMessenger.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const priceIdentifier = padRight(utf8ToHex("TEST_IDENTIFIER"), 64);
2121
const ancillaryData = utf8ToHex("some-address-field:0x1234");
2222
const defaultTimestamp = 100;
2323

24-
// Helper methods that we will use to call cross-domain permissioned methods on the Messenger. These are neccesary
24+
// Helper methods that we will use to call cross-domain permissioned methods on the Messenger. These are necessary
2525
// because addresses are aliased in any contract that extends AVM_CrossDomainEnabled
2626
function applyL1ToL2Alias(l1Address) {
2727
const offset = toBN("0x1111000000000000000000000000000000001111");

0 commit comments

Comments
 (0)