Skip to content

omgnetwork/omg_transfer_multisig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfer stuck OMG from Multisig

Procedure

Setup with

yarn

Step 1

Then specify the env variables (for first signer)-

L1_NODE_WEB3_URL=https://mainnet.infura.io/v3/<infura_key>
SIGNER_PRIVATE_KEY=<PK of first signer>
WALLET_ADDRESS=<Multisig Wallet address>
RECEIVER_ADDRESS=<Address to send OMG to>
AMOUNT_OMG=<Amount of OMG to send>

Run

node index.js

This should console out a command. Share it with the second signer/tx sender

Step 2

The second signer should specify the following env (note- their own private key)-

L1_NODE_WEB3_URL=https://mainnet.infura.io/v3/<infura_key>
WALLET_ADDRESS=<Multisig Wallet address>
SENDER_PRIVATE_KEY=<PK of second signer who submits tx>

and run the saved command from step 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published