Skip to content

Commit

Permalink
update bridge hub agent
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Jan 9, 2025
1 parent bbf6532 commit 531af47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/Gateway.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ contract GatewayTest is Test {
event Transfer(address indexed from, address indexed to, uint256 value);

ParaID public bridgeHubParaID = ParaID.wrap(1013);
bytes32 public bridgeHubAgentID = 0xc173fac324158e77fb5840738a1a541f633cbec8884c6a601c567d2b376a0539;
bytes32 public bridgeHubAgentID = 0xbc0eb42478cf1d8f1542c986e5e6a513f926c4552d7b7ab6084b97e192c622fa;
address public bridgeHubAgent;

ParaID public assetHubParaID = ParaID.wrap(1000);
Expand Down

0 comments on commit 531af47

Please sign in to comment.