Skip to content

Commit 517bbaa

Browse files
authored
fix(sdk): update NON_ZERO_SENDER_ADDRESS (#7259)
1 parent 7c2be88 commit 517bbaa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tiny-carpets-hope.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ export const gasOverhead = (tokenType: TokenType): number => {
5959
};
6060

6161
export const NON_ZERO_SENDER_ADDRESS =
62-
'0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266';
62+
'0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba';

0 commit comments

Comments
 (0)