Skip to content

Commit

Permalink
fix: update story testnet url
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed Oct 11, 2024
1 parent 52274ab commit f3bf366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blocto-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit f3bf366

Please sign in to comment.