Skip to content

Commit

Permalink
add gnosis host
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 14, 2024
1 parent 6437716 commit 89c516a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions interfaces/IIsmpModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ abstract contract BaseIsmpModule is IIsmpModule {
case 97 {
h := 0x4cB0f5750f6fE14d4B86acA6fe126943bdA3c8c4
}
// Gnosis Chiado Testnet
case 10200 {
h := 0x11EB87c745D97a4Fa8Aec805359837459d240d1b
}
}

if (h == address(0)) revert UnsupportedChain();
Expand Down

0 comments on commit 89c516a

Please sign in to comment.