Skip to content

Commit

Permalink
chore: update networks config (#1258)
Browse files Browse the repository at this point in the history
* chore: update gov config for stargaze and evmos

* chore: update omniflix config
  • Loading branch information
Hemanthghs authored Jun 3, 2024
1 parent 673123a commit 7aad2c7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/src/utils/chainsInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export const networks: Network[] = [
leapExperimental: false,
isTestnet: false,
explorerTxHashEndpoint: 'https://www.mintscan.io/evmos/txs/',
govV1: false,
govV1: true,
config: {
chainId: 'evmos_9001-2',
chainName: 'Evmos',
Expand Down Expand Up @@ -526,18 +526,18 @@ export const networks: Network[] = [
config: {
chainId: 'omniflixhub-1',
chainName: 'OmniflixHub',
rest: 'https://omniflixhub-api.lavenderfive.com',
rpc: 'https://omniflixhub-rpc.lavenderfive.com',
rest: 'https://api-omniflixhub-ia.cosmosia.notional.ventures',
rpc: 'https://rpc-omniflixhub-ia.cosmosia.notional.ventures',
restURIs: [
'https://omniflixhub-api.lavenderfive.com',
'https://omniflix-rest.publicnode.com',
'https://api-omniflixhub-ia.cosmosia.notional.ventures',
'https://omniflix-rest.publicnode.com',
'https://omniflixhub-api.lavenderfive.com',
'https://api.resolute.vitwit.com/omniflix_api',
],
rpcURIs: [
'https://omniflixhub-rpc.lavenderfive.com',
'https://omniflix-rpc.publicnode.com:443',
'https://rpc-omniflixhub-ia.cosmosia.notional.ventures',
'https://omniflix-rpc.publicnode.com:443',
'https://omniflixhub-rpc.lavenderfive.com',
'https://api.resolute.vitwit.com/omniflix_rpc',
],
currencies: [
Expand Down Expand Up @@ -1021,7 +1021,7 @@ export const networks: Network[] = [
keplrExperimental: false,
leapExperimental: false,
isTestnet: false,
govV1: false,
govV1: true,
explorerTxHashEndpoint: 'https://www.mintscan.io/stargaze/txs/',
config: {
chainId: 'stargaze-1',
Expand Down

0 comments on commit 7aad2c7

Please sign in to comment.