Skip to content

Commit

Permalink
update chains, api, types and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang committed Sep 18, 2024
1 parent 2481911 commit f9bb15c
Show file tree
Hide file tree
Showing 5 changed files with 318 additions and 466 deletions.
47 changes: 31 additions & 16 deletions constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,21 +503,6 @@ export const chains: Chain[] = [
threshold: 100000,
},
*/
{
name: "Zeitgeist Battery Station",
url: "rococo-zeitgeist",
chainId: "",
chainType: "Rococo & Parachains",
rpcUrl: "wss://bsr.zeitgeist.pm",
nativeCurrency: {
name: "ZBS",
symbol: "ZBS",
decimals: 10,
},
prefix: 73,
type: "substrate",
threshold: 10000,
},
{
name: "Paseo",
url: "paseo",
Expand Down Expand Up @@ -563,6 +548,21 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 100000,
},
{
name: "Paseo Coretime",
url: "paseo-coretime",
chainId: "",
chainType: "Paseo & Parachains",
rpcUrl: "wss://paseo-coretime.paranodes.io",
nativeCurrency: {
name: "PAS",
symbol: "PAS",
decimals: 10,
},
prefix: 0,
type: "substrate",
threshold: 100000,
},
{
name: "Paseo People",
url: "paseo-people",
Expand Down Expand Up @@ -831,6 +831,21 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 10000,
},
{
name: "Zeitgeist Battery Station",
url: "zeitgeist",
chainId: "",
chainType: "Paseo & Parachains",
rpcUrl: "wss://bsr.zeitgeist.pm",
nativeCurrency: {
name: "ZBS",
symbol: "ZBS",
decimals: 10,
},
prefix: 73,
type: "substrate",
threshold: 10000,
},
{
name: "Aleph Zero Testnet",
url: "aleph-testnet",
Expand Down Expand Up @@ -1135,7 +1150,7 @@ export const chains: Chain[] = [
url: "sora-substrate",
chainId: "",
chainType: "Solochains",
rpcUrl: "wss://ws.framenode-1.s1.stg1.sora2.soramitsu.co.jp",
rpcUrl: "wss://ws.framenode-8.s5.stg1.sora2.soramitsu.co.jp",
nativeCurrency: {
name: "XOR",
symbol: "XOR",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.11.0",
"@headlessui/react": "^2.1.8",
"@polkadot/api": "^13.0.1",
"@polkadot/api": "^13.1.1",
"@polkadot/extension-dapp": "^0.52.3",
"@polkadot/types": "^13.0.1",
"@polkadot/types": "^13.1.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polymeshassociation/polymesh-types": "^5.12.1",
Expand Down
Loading

0 comments on commit f9bb15c

Please sign in to comment.