Skip to content

Commit

Permalink
Update solidity interface with correct precompile address (#2245)
Browse files Browse the repository at this point in the history
  • Loading branch information
notlesh authored and librelois committed Apr 20, 2023
1 parent c1df0c0 commit c8648b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precompiles/gmp/Gmp.sol
Expand Up @@ -2,7 +2,7 @@
pragma solidity >=0.8.3;

/// @dev The Gmp contract's address.
address constant GMP_ADDRESS = 0x0000000000000000000000000000000000000815;
address constant GMP_ADDRESS = 0x0000000000000000000000000000000000000816;

/// @dev The Gmp contract's instance.
Gmp constant GMP_CONTRACT = Gmp(GMP_ADDRESS);
Expand Down

0 comments on commit c8648b8

Please sign in to comment.