Skip to content

Commit

Permalink
use wormhole-solidity-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Mar 13, 2024
1 parent 2f1199a commit ce6e1d4
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 2,139 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/wormhole-solidity-sdk"]
path = lib/wormhole-solidity-sdk
url = https://github.com/wormhole-foundation/wormhole-solidity-sdk
1 change: 1 addition & 0 deletions lib/wormhole-solidity-sdk
Submodule wormhole-solidity-sdk added at 6794b6
12 changes: 0 additions & 12 deletions script/Counter.s.sol

This file was deleted.

4 changes: 2 additions & 2 deletions src/StakePoolRate.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pragma solidity ^0.8.19;

import "./libraries/BytesParsing.sol";
import "./libraries/QueryResponse.sol";
import "wormhole-solidity-sdk/libraries/BytesParsing.sol";
import "wormhole-solidity-sdk/QueryResponse.sol";

error InvalidAccount(); // 0x6d187b28
error InvalidAccountOwner(); // 0x36b1fa3a
Expand Down
141 changes: 0 additions & 141 deletions src/interfaces/IWormhole.sol

This file was deleted.

Loading

0 comments on commit ce6e1d4

Please sign in to comment.