Skip to content

Commit

Permalink
add WETH to storage
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair-singh committed Dec 5, 2024
1 parent c7ae26f commit 31a6353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/src/storage/AssetsStorage.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ library AssetsStorage {
uint256 registerTokenFee;
// Foreign token registry by token ID
mapping(bytes32 foreignID => address) tokenAddressOf;
// WETH token address for wrapping ETH
address weth;
}

bytes32 internal constant SLOT = keccak256("org.snowbridge.storage.assets");
Expand Down

0 comments on commit 31a6353

Please sign in to comment.