Update wallet connection options
This commit is contained in:
parent
b40eacf5f9
commit
16e6d45c18
@ -19,10 +19,12 @@ export const WalletProvider = ({ children }: { children: ReactNode }) => {
|
||||
endpointOptions={{
|
||||
endpoints: {
|
||||
stargaze: {
|
||||
rpc: ['https://rpc.stargaze-apis.com'],
|
||||
rpc: ['https://rpc.stargaze-apis.com/'],
|
||||
rest: ['https://rest.stargaze-apis.com/'],
|
||||
},
|
||||
stargazetestnet: {
|
||||
rpc: ['https://rpc.elgafar-1.stargaze-apis.com'],
|
||||
rpc: ['https://rpc.elgafar-1.stargaze-apis.com/'],
|
||||
rest: ['https://rest.elgafar-1.stargaze-apis.com/'],
|
||||
},
|
||||
},
|
||||
}}
|
||||
|
@ -5,6 +5,7 @@ export const mainnetConfig: AppConfig = {
|
||||
chainName: 'Stargaze',
|
||||
addressPrefix: 'stars',
|
||||
rpcUrl: 'https://rpc.stargaze-apis.com/',
|
||||
httpUrl: 'https://rest.stargaze-apis.com/',
|
||||
feeToken: 'ustars',
|
||||
stakingToken: 'ustars',
|
||||
coinMap: {
|
||||
|
Loading…
Reference in New Issue
Block a user