Skip to content

Commit

Permalink
Merge pull request #98 from blocto/feat/add-l2-blast
Browse files Browse the repository at this point in the history
feat: add l2 blast
  • Loading branch information
q20274982 authored Mar 8, 2024
2 parents caeda47 + 6c74071 commit e090841
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.9.0-beta.3",
"@blocto/sdk": "^0.10.0-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 @@ -193,6 +193,19 @@ export const supportedChains = [
rpcUrls: ["https://rpc.startale.com/zkatana"],
environment: "testnet",
},
{
name: "Blast",
chainId: "0x13e31",
rpcUrls: ["https://rpc.blast.io"],
environment: "mainnet",
},
{
name: "Blast Sepolia Testnet",
chainId: "0xa0c71fd",
rpcUrls: ["https://sepolia.blast.io"],
faucet: "https://faucet.quicknode.com/blast/sepolia",
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.9.0-beta.3":
version "0.9.0-beta.3"
resolved "https://registry.yarnpkg.com/@blocto/sdk/-/sdk-0.9.0-beta.3.tgz#102da56408373c4a4b346662c0230e91af65799e"
integrity sha512-OlqumUEWF8wKvph5Ox3RqurGlAlwDMRf/eY/rX3Ts60RSnL2kznmilmRCJfl3oiNkmwWH9eCWd8DFnxhp/LSZw==
"@blocto/sdk@^0.10.0-beta.0":
version "0.10.0-beta.0"
resolved "https://registry.yarnpkg.com/@blocto/sdk/-/sdk-0.10.0-beta.0.tgz#794c300cafab5ab864dc1051ff5826c0f50d983d"
integrity sha512-McoZ+hGFqw7XqcCjhE3/IOLZiIGJw5Wxed0BkgK0obnTUo89ze2H0uVfRrKwGNTBtHp3z2/U/Wqr+mpAYg8ZuQ==
dependencies:
buffer "^6.0.3"
eip1193-provider "^1.0.1"
Expand Down

0 comments on commit e090841

Please sign in to comment.