From f3bf366af71763311f3f95ec578eb7fcc1e5fac8 Mon Sep 17 00:00:00 2001 From: sanyu1225 Date: Fri, 11 Oct 2024 16:43:35 +0800 Subject: [PATCH] fix: update story testnet url --- packages/blocto-sdk/src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/blocto-sdk/src/constants.ts b/packages/blocto-sdk/src/constants.ts index dd406e22..b9880cfb 100644 --- a/packages/blocto-sdk/src/constants.ts +++ b/packages/blocto-sdk/src/constants.ts @@ -77,7 +77,7 @@ export const ETH_RPC_LIST: Mapping = { 686868: 'https://testnet-rpc.merlinchain.io', // Story Testnet - 1513: 'https://testnet.storyrpc.io/', + 1513: 'https://testnet.storyrpc.io', }; export const ETH_ENV_WALLET_SERVER_MAPPING: Mapping = {