Skip to content

Commit 8d22b79

Browse files
author
Eason Smith
committed
add default rpc for osmosis
1 parent 318a954 commit 8d22b79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/ibc-asset-list/pages/_app.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ function CreateCosmosApp({ Component, pageProps }: AppProps) {
3131
assetLists={assetLists}
3232
wallets={[keplrWallet, leapWallet]}
3333
signerOptions={{}}
34+
endpointOptions={{
35+
endpoints: {
36+
'osmosis': {
37+
rpc: ['https://rpc.osmosis.zone'],
38+
},
39+
},
40+
}}
3441
>
3542
<QueryClientProvider client={queryClient}>
3643
<main id="main" className={themeClass}>

0 commit comments

Comments
 (0)