Skip to content

Commit

Permalink
Chore: updated dai to feeToken
Browse files Browse the repository at this point in the history
  • Loading branch information
Adebara123 committed Apr 2, 2024
1 parent a22060d commit 6bfc69f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"solidity.compileUsingRemoteVersion": "v0.8.17+commit.8df45f5f"
}
2 changes: 1 addition & 1 deletion src/IIsmpHost.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface IIsmpHost is IDispatcher {
/**
* @return the address of the DAI ERC-20 contract on this state machine
*/
function dai() external view returns (address);
function feeToken() external view returns (address);

/**
* @return the per-byte fee for outgoing requests.
Expand Down

0 comments on commit 6bfc69f

Please sign in to comment.