Skip to content

Commit

Permalink
feat: support merlin chain
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed May 13, 2024
1 parent 2e2ff20 commit 3f97d54
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/services/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,19 @@ export const supportedChains = [
faucet: "https://faucet.quicknode.com/blast/sepolia",
environment: "testnet",
},
{
name: "Merlin",
chainId: "0x1068",
rpcUrls: ["https://rpc.merlinchain.io"],
environment: "mainnet",
},
{
name: "Merlin Testnet",
chainId: "0xa8a4c",
rpcUrls: ["https://testnet-rpc.merlinchain.io"],
faucet: "https://coinfaucet.eu/en/btc-testnet/",
environment: "testnet",
},
];

const bloctoSDK = new BloctoSDK({
Expand Down

0 comments on commit 3f97d54

Please sign in to comment.