Skip to content

Commit

Permalink
fix network
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jul 11, 2024
1 parent bfb0197 commit 8c487d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/axelar-gateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ describe('Axelar Gateway', () => {
const minimumRotationDelay = 1000;

before(async () => {
client = new SuiClient({ url: getFullnodeUrl('testnet') });
client = new SuiClient({ url: getFullnodeUrl('localnet') });

await Promise.all(
[operator, deployer, keypair].map((keypair) =>
requestSuiFromFaucetV0({
host: getFaucetHost('testnet'),
host: getFaucetHost('localnet'),
recipient: keypair.toSuiAddress(),
}),
),
Expand Down

0 comments on commit 8c487d7

Please sign in to comment.