Skip to content

Commit

Permalink
feat: support story testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsuan19 committed Oct 8, 2024
1 parent 1130a80 commit ec87223
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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

0 comments on commit ec87223

Please sign in to comment.