Skip to content

Commit

Permalink
🪲 Fuji RPC is down, change it in the user tests (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Feb 13, 2024
1 parent ee1fe64 commit 2049985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests-user/tests/create-lz-oapp.bats
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ teardown() {
MNEMONIC=$MNEMONIC run pnpm hardhat lz:deploy --ci
assert_output --partial "insufficient funds for intrinsic transaction cost"

MNEMONIC=$MNEMONIC run pnpm hardhat deploy --network fuji
MNEMONIC=$MNEMONIC run pnpm hardhat deploy --network sepolia
assert_output --partial "insufficient funds for intrinsic transaction cost"
}

Expand All @@ -110,7 +110,7 @@ teardown() {
MNEMONIC=$MNEMONIC run pnpm hardhat lz:deploy --ci
assert_output --partial "insufficient funds for intrinsic transaction cost"

MNEMONIC=$MNEMONIC run pnpm hardhat deploy --network fuji
MNEMONIC=$MNEMONIC run pnpm hardhat deploy --network sepolia
assert_output --partial "insufficient funds for intrinsic transaction cost"
}

Expand Down

0 comments on commit 2049985

Please sign in to comment.