Skip to content

Commit

Permalink
fix: revert for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
EasonC13 committed Dec 15, 2023
1 parent 022df21 commit ef4e41f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/getSuiProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ let getSuiProvider = (network = 'mainnet') => {
return new JsonRpcProvider(connection);
} else if (network == 'testnet') {
let connection = new Connection({
fullnode:
'https://sui-testnet.blockvision.org/v1/2SnBwJqW1RLEao9yzPo8oB7fKhi',
fullnode: 'https://fullnode.testnet.sui.io:443',
});
return new JsonRpcProvider(connection);
} else if (network == 'devnet') {
Expand Down

0 comments on commit ef4e41f

Please sign in to comment.