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

Feat - support story testnet #433

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/nasty-cats-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@blocto/sdk': patch
---

support Story testnet
3 changes: 3 additions & 0 deletions packages/blocto-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ export const ETH_RPC_LIST: Mapping = {
4200: 'https://rpc.merlinchain.io',
// Merlin Testnet
686868: 'https://testnet-rpc.merlinchain.io',

// Story Testnet
1513: 'https://testnet.storyrpc.io/',
};

export const ETH_ENV_WALLET_SERVER_MAPPING: Mapping = {
Expand Down
Loading