Skip to content

Commit

Permalink
Merge pull request #41 from helix-bridge/jay/fix-msgline-addresses
Browse files Browse the repository at this point in the history
Update msgline address of Darwinia and Ethereum
  • Loading branch information
xiaoch05 authored Jun 27, 2024
2 parents 81cfc96 + 00e3bb0 commit fdc37b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/xtoken-ui/src/config/chains/darwinia.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,5 @@ export const darwiniaChain: ChainConfig = {
category: "crab",
},
],
messager: { msgline: "0x65Be094765731F394bc6d9DF53bDF3376F1Fc8B0" },
messager: { msgline: "0x682294D1c00A9CA13290b53B7544b8F734D6501f" },
};
2 changes: 1 addition & 1 deletion packages/xtoken-ui/src/config/chains/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ export const ethereumChain: ChainConfig = {
category: "kton",
},
],
messager: { msgline: "0x65Be094765731F394bc6d9DF53bDF3376F1Fc8B0" },
messager: { msgline: "0x02e5C0a36Fb0C83CCEBCD4D6177A7E223D6f0b7c" },
};

0 comments on commit fdc37b8

Please sign in to comment.