Skip to content

Commit

Permalink
Merge pull request #106 from blocto/feat/merlin-chain
Browse files Browse the repository at this point in the history
feat: support merlin chain
  • Loading branch information
mordochi authored May 17, 2024
2 parents 2e2ff20 + 05d6769 commit 2c58856
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@blocto/dappauth": "^2.1.0",
"@blocto/fcl": "^1.0.0-alpha.1",
"@blocto/sdk": "^0.10.2",
"@blocto/sdk": "0.10.3-beta.0",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11",
Expand Down
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: "0xA7B14",
rpcUrls: ["https://testnet-rpc.merlinchain.io"],
faucet: "https://coinfaucet.eu/en/btc-testnet/",
environment: "testnet",
},
];

const bloctoSDK = new BloctoSDK({
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1407,10 +1407,10 @@
deepmerge "^4.2.2"
sha3 "^2.1.4"

"@blocto/sdk@^0.10.2":
version "0.10.2"
resolved "https://registry.yarnpkg.com/@blocto/sdk/-/sdk-0.10.2.tgz#d29c652d25ac367a3c8d5fabdcb770b5cbb07c1c"
integrity sha512-9gCIUKA7/7/hMHaa5n94+OYU/3tHd6vmBgTgv4o2h3z9SFueQXAJMO4aBggH9+EldgHQDI6wHsnvytEt9AWb6g==
"@blocto/[email protected].3-beta.0":
version "0.10.3-beta.0"
resolved "https://registry.yarnpkg.com/@blocto/sdk/-/sdk-0.10.3-beta.0.tgz#23f46a0a3882897d023d3a8331082df3cf5c9127"
integrity sha512-lp3HAbK7xEY/FOYDAVIS510TquqWud/tMfwDPihtpJGo74ZehFgoat7C+2HgC7S5U+RcaOyDcrvihHEWDlMBRA==
dependencies:
buffer "^6.0.3"
eip1193-provider "^1.0.1"
Expand Down

0 comments on commit 2c58856

Please sign in to comment.