We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a489a commit 3b03853Copy full SHA for 3b03853
src/exchange/exchange_client.rs
@@ -976,7 +976,7 @@ impl ExchangeClient {
976
) -> Result<ExchangeResponseStatus> {
977
let multi_sig_action = MultiSigAction {
978
type_: "multiSig".to_string(),
979
- signature_chain_id: "0x1".to_string(),
+ signature_chain_id: "0x66eee".to_string(),
980
signatures: inner_signatures,
981
payload: MultiSigPayload {
982
multi_sig_user: multi_sig_user.to_string().to_lowercase(),
0 commit comments