Skip to content

Commit 0fe1cc9

Browse files
authored
Update client_v2.test.ts (#589)
1 parent 3e5921c commit 0fe1cc9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/tests/client_v2.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ describe('test db3.js client module', () => {
6363
async function createTestClient() {
6464
const db3_account = createRandomAccount()
6565
const client = createClient(
66-
//'http://127.0.0.1:26619',
67-
'https://testnet.db3.network:26100',
66+
'http://127.0.0.1:26619',
6867
'http://127.0.0.1:26639',
6968
db3_account
7069
)

0 commit comments

Comments
 (0)