Skip to content

Commit e538e2e

Browse files
committed
1 parent 9ddc6a5 commit e538e2e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

apps/main/src/config/rpc.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export const SQUID_URLS: IndexerProps[] = SQUID_URLS_CONFIG.map((config) => ({
7474

7575
export const PROVIDERS: ProviderProps[] = [
7676
createProvider("Dwellir", "wss://hydration-rpc.n.dwellir.com"),
77-
// createProvider("Helikon", "wss://rpc.helikon.io/hydradx"),
7877
createProvider("Dotters", "wss://hydration.dotters.network"),
7978
createProvider("IBP", "wss://hydration.ibp.network"),
8079
createProvider("LATAM", "wss://hydration.rpc.stkd.io"),
@@ -84,7 +83,6 @@ export const PROVIDERS: ProviderProps[] = [
8483
//createProvider("parm", "wss://rpc.parm.hydration.cloud"),
8584
createProvider("sin", "wss://rpc.sin.hydration.cloud"),
8685
createProvider("coke", "wss://rpc.coke.hydration.cloud"),
87-
createProvider("sparrow", "wss://node-sparrow-3.sparrow.shadow-senate.com"),
8886
// createProvider("owl", "wss://rpc-owl-1.owl.shadow-senate.com"),
8987
createProvider(
9088
"Testnet",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@galacticcouncil/descriptors": "^1.15.0",
2424
"@galacticcouncil/sdk-next": "^0.38.0",
2525
"@galacticcouncil/xc": "^0.5.0",
26-
"@galacticcouncil/xc-cfg": "^0.18.1",
26+
"@galacticcouncil/xc-cfg": "^0.18.2",
2727
"@galacticcouncil/xc-core": "^0.13.0",
2828
"@galacticcouncil/xc-scan": "^0.4.0",
2929
"@galacticcouncil/xc-sdk": "^0.9.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2089,10 +2089,10 @@
20892089
"@thi.ng/memoize" "^4.0.2"
20902090
big.js "^6.2.1"
20912091

2092-
"@galacticcouncil/xc-cfg@^0.18.1":
2093-
version "0.18.1"
2094-
resolved "https://registry.yarnpkg.com/@galacticcouncil/xc-cfg/-/xc-cfg-0.18.1.tgz#7594707b8564204febb04aed5b2145ba6ae111b5"
2095-
integrity sha512-WMaq6IvM6xwtxWYOPt7rY4oMHGrUSsaFYVm1fNDucZn6C7ZqNJIcu9LNzWyfDFfm9wA91RO2Jy3rrrLKB7S1+g==
2092+
"@galacticcouncil/xc-cfg@^0.18.2":
2093+
version "0.18.2"
2094+
resolved "https://registry.yarnpkg.com/@galacticcouncil/xc-cfg/-/xc-cfg-0.18.2.tgz#6ded8d12a9d4491de77c0de68e2c33c5fdc695d3"
2095+
integrity sha512-vFd4Tpw3y/4NNiPRy+GpemirfOH9oEsGKrWJJi3eDGksBNPRq+yoCd0w/W4fQkIYJnln3PZWztWvNrl8KZ0/ug==
20962096
dependencies:
20972097
"@galacticcouncil/xc-core" "^0.13.0"
20982098

0 commit comments

Comments
 (0)