Skip to content

Commit 3b03853

Browse files
committed
Revert "try signature_chain_id: "0x1""
This reverts commit d1fe9e2.
1 parent 11a489a commit 3b03853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exchange/exchange_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ impl ExchangeClient {
976976
) -> Result<ExchangeResponseStatus> {
977977
let multi_sig_action = MultiSigAction {
978978
type_: "multiSig".to_string(),
979-
signature_chain_id: "0x1".to_string(),
979+
signature_chain_id: "0x66eee".to_string(),
980980
signatures: inner_signatures,
981981
payload: MultiSigPayload {
982982
multi_sig_user: multi_sig_user.to_string().to_lowercase(),

0 commit comments

Comments
 (0)