Skip to content

Commit 3affc79

Browse files
author
Xiao Li
committed
update testnet urls
1 parent 9699b25 commit 3affc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diem/testnet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
from . import diem_types, jsonrpc, utils, local_account, serde_types, auth_key, chain_ids, lcs
2727

2828

29-
JSON_RPC_URL: str = "https://testnet.libra.org/v1"
30-
FAUCET_URL: str = "https://testnet.libra.org/mint"
29+
JSON_RPC_URL: str = "https://testnet.diem.com/v1"
30+
FAUCET_URL: str = "https://testnet.diem.com/mint"
3131
CHAIN_ID: diem_types.ChainId = chain_ids.TESTNET
3232

3333
DESIGNATED_DEALER_ADDRESS: diem_types.AccountAddress = utils.account_address("000000000000000000000000000000dd")

0 commit comments

Comments
 (0)