Skip to content

Commit 196a5ea

Browse files
committedOct 26, 2024
update
1 parent 42b6eae commit 196a5ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎dist/react-sdk.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16032,7 +16032,7 @@ const P8 = uR({
1603216032
"bean annual beach exotic round prepare certain tuna planet enlist unknown latin innocent umbrella liberty address trouble scorpion panel plastic swift then mad glide"
1603316033
), [i] = JS("chains", GK), [s, u] = JS(
1603416034
"chain",
16035-
"https://rpc0.selendra.org"
16035+
"https://rpc.selendra.org"
1603616036
), [d, _] = JS(
1603716037
"contracts",
1603816038
[]

‎lib/contexts/account.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const AccountProvider: React.FC<Props> = ({ children }) => {
1919
const [chains] = useLocalStorage<Chain[]>("chains", chainList);
2020
const [chain, setChain] = useLocalStorage<string | null>(
2121
"chain",
22-
"https://rpc0.selendra.org"
22+
"https://rpc.selendra.org"
2323
);
2424
const [contracts, setContracts] = useLocalStorage<ContractInfo[]>(
2525
"contracts",

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-sdk",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)
Please sign in to comment.