Skip to content

Commit

Permalink
temporary default wws test (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
synasapmob committed Oct 18, 2023
1 parent fd00c0d commit 91e4f10
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion edgeware.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ const development = {
// PROVIDER_SOCKETS: ['ws://0.0.0.0:9944'],
// PROVIDER_SOCKETS: ['wss://ws-testnet.gafi.network'],
PROVIDER_SOCKETS: [
'wss://ws-testnet.gafi.network',
'wss://ws-test.gafi.network',
// 'wss://ws-testnet.gafi.network',
],
};

const production = {
PROVIDER_SOCKETS: [
'wss://ws-testnet.gafi.network',
'wss://ws-test.gafi.network',
// 'wss://ws-testnet.gafi.network',
],
};

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,7 @@
"@polkadot/util-crypto" "^10.4.2"
rxjs "^7.8.0"

"@polkadot/[email protected]", "@polkadot/api@^9.3.1":
"@polkadot/[email protected]", "@polkadot/api@^9.4.2":
version "9.14.2"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-9.14.2.tgz#d5cee02236654c6063d7c4b70c78c290db5aba8d"
integrity sha512-R3eYFj2JgY1zRb+OCYQxNlJXCs2FA+AU4uIEiVcXnVLmR3M55tkRNEwYAZmiFxx0pQmegGgPMc33q7TWGdw24A==
Expand Down Expand Up @@ -1933,7 +1933,7 @@
optionalDependencies:
"@substrate/connect" "0.7.19"

"@polkadot/typegen@^9.3.1":
"@polkadot/typegen@^9.4.2":
version "9.14.2"
resolved "https://registry.yarnpkg.com/@polkadot/typegen/-/typegen-9.14.2.tgz#223fd8b986e05845a80d300f0348abaa82cf67d5"
integrity sha512-j5ZOSz106ocDrmYOENnIPvuI5j7Cg458D31U1hZz0fdv090QowtTHjpe5+RBBaS3W0Dnk8Fh+LkIzIiQPp4gjA==
Expand Down

0 comments on commit 91e4f10

Please sign in to comment.