25d2f24b03
Noticed this error happening in tilt sometimes: [tests] Error: Returned error: VM Exception while processing transaction: the tx doesn't have the correct nonce. account has nonce of: 17 tx has nonce of: 16 It's not safe to submit txs in parallel, because the nonce can get out of sync. Instead we should submit them serially. |
||
---|---|---|
.. | ||
TokenABI.s.sol | ||
deploy_batched_vaa_sender.js | ||
deploy_core_bridge.js | ||
deploy_nft_bridge.js | ||
deploy_test_token.js | ||
deploy_token_bridge.js | ||
register_algo_chain.js | ||
register_aptos_chain.js | ||
register_bsc_chain.js | ||
register_eth_chain.js | ||
register_near_chain.js | ||
register_solana_chain.js | ||
register_terra2_chain.js | ||
register_terra_chain.js | ||
register_worm_chain.js | ||
send_batched_vaa.js |