Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit f3bf366

Browse files
committed
fix: update story testnet url
1 parent 52274ab commit f3bf366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blocto-sdk/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const ETH_RPC_LIST: Mapping = {
7777
686868: 'https://testnet-rpc.merlinchain.io',
7878

7979
// Story Testnet
80-
1513: 'https://testnet.storyrpc.io/',
80+
1513: 'https://testnet.storyrpc.io',
8181
};
8282

8383
export const ETH_ENV_WALLET_SERVER_MAPPING: Mapping = {

0 commit comments

Comments
 (0)