We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2be88 commit 517bbaaCopy full SHA for 517bbaa
.changeset/tiny-carpets-hope.md
@@ -0,0 +1,5 @@
1
+---
2
+"@hyperlane-xyz/sdk": patch
3
4
+
5
+Update NON_ZERO_SENDER_ADDRESS to 0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba.
typescript/sdk/src/token/config.ts
@@ -59,4 +59,4 @@ export const gasOverhead = (tokenType: TokenType): number => {
59
};
60
61
export const NON_ZERO_SENDER_ADDRESS =
62
- '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266';
+ '0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba';
0 commit comments