Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
hujw77 committed Nov 20, 2024
1 parent 42b4c06 commit e15f7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eco/XAPIOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ contract XAPIOracle is Verifier, IXAPIConsumer {
receive() external payable {}

function version() public pure returns (string memory) {
return "2.1.0";
return "1.0.0";
}

function _buildRequest(uint256 chainId, address channel, uint256 msgIndex)
Expand Down

0 comments on commit e15f7d3

Please sign in to comment.