Skip to content

Commit b985681

Browse files
Luisfc68Copilot
andauthored
fix: update script/helpers/QuoteParser.sol
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ffcd3ef commit b985681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/helpers/QuoteParser.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ abstract contract QuoteParser is BtcAddressParser {
103103
);
104104
quote.callOnRegister = vm.parseJsonBool(json, ".callOnRegister");
105105
quote.gasFee = vm.parseJsonUint(json, ".gasFee");
106+
quote.chainId = block.chainid;
106107
}
107108

108109
/// @notice Parse a PegOut quote from JSON string

0 commit comments

Comments
 (0)