Skip to content

Commit

Permalink
Paseo prefix 0 (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Sep 11, 2024
1 parent 4a6ee08 commit 0b7dd48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface NetworkInfo {
pplChainRpcUrl?: string
}

export const HTTP_GRAPHQL_URL = `https://squid.subsquid.io/multix-arrow/v/v3/graphql`
export const HTTP_GRAPHQL_URL = `https://chainsafe.squids.live/multix-arrow/v/v4/graphql`

export const PAYMENT_INFO_ACCOUNT = '5CXQZrh1MSgnGGCdJu3tqvRfCv7t5iQXGGV9UKotrbfhkavs'

Expand Down
2 changes: 1 addition & 1 deletion squid/assets/envs/.env.paseo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BLOCK_START=0
PREFIX=42
PREFIX=0
RPC_WS="wss://paseo.rpc.amforc.com"
CHAIN_ID='paseo'
2 changes: 1 addition & 1 deletion squid/squid-manifests/large-squid.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
manifestVersion: subsquid.io/v0.1
name: multix-arrow
version: 3
version: 4
description: |-
Arrow Squid for Multix
Expand Down

0 comments on commit 0b7dd48

Please sign in to comment.