Skip to content

Commit

Permalink
Merge pull request #426 from blocto/feat/merlin-chain
Browse files Browse the repository at this point in the history
feat: support merlin chain
  • Loading branch information
sanyu1225 authored May 16, 2024
2 parents 2014132 + e066144 commit 61600a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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 Merlin Chain (BTC L2)
7 changes: 6 additions & 1 deletion packages/blocto-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,12 @@ export const ETH_RPC_LIST: Mapping = {
// Blast
81457: 'https://rpc.blast.io',
// Blast Sepolia Testnet
168587773: 'https://sepolia.blast.io'
168587773: 'https://sepolia.blast.io',

// Merlin Chain
4200: 'https://rpc.merlinchain.io',
// Merlin Testnet
686868: 'https://testnet-rpc.merlinchain.io',
};

export const ETH_ENV_WALLET_SERVER_MAPPING: Mapping = {
Expand Down

0 comments on commit 61600a4

Please sign in to comment.