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 15, 2024
1 parent 8ecb73c commit 2502187
Show file tree
Hide file tree
Showing 3 changed files with 11 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.3-beta.0",
"@blocto/sdk": "0.10.4-beta.0",
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^1.7.4",
"@emotion/react": "^11",
Expand Down
6 changes: 6 additions & 0 deletions src/services/evm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ export const supportedChains = [
faucet: "https://coinfaucet.eu/en/btc-testnet/",
environment: "testnet",
},
{
name: "Iliad Testnet",
chainId: "0x5e9",
rpcUrls: ["https://testnet.storyrpc.io/"],
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/[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==
"@blocto/[email protected].4-beta.0":
version "0.10.4-beta.0"
resolved "https://registry.yarnpkg.com/@blocto/sdk/-/sdk-0.10.4-beta.0.tgz#aac2d58a689a26bd4cb73925801407fb050e22ed"
integrity sha512-dNleyXfaYR33bt7LmKuPrpWJUn3roUEYQ3QK0v9fKK593DHD0K/oFFxqv4Z+QV/4FLH5P+K5aR957xmApw6ROQ==
dependencies:
buffer "^6.0.3"
eip1193-provider "^1.0.1"
Expand Down

0 comments on commit 2502187

Please sign in to comment.