Skip to content

Commit

Permalink
update chains, deps and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang committed Sep 30, 2024
1 parent 78c93f2 commit 62b27af
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 394 deletions.
70 changes: 52 additions & 18 deletions constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,21 +210,6 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 100000,
},
{
name: "Foucoco (Amplitude)",
url: "rococo-amplitude",
chainId: "",
chainType: "Rococo & Parachains",
rpcUrl: "wss://rpc-foucoco.pendulumchain.tech",
nativeCurrency: {
name: "AMPE",
symbol: "AMPE",
decimals: 12,
},
prefix: 57,
type: "substrate",
threshold: 100000,
},
{
name: "Basilisk testnet",
url: "rococo-basilisk",
Expand Down Expand Up @@ -379,6 +364,7 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 500000,
},
/* RPC is down
{
name: "RegionX Cocos",
url: "regionx-cocos",
Expand All @@ -394,6 +380,8 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 50000,
},
*/
/* RPC is down
{
name: "Rhala (Phala)",
url: "rococo-phala",
Expand All @@ -409,6 +397,7 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 1000,
},
*/
{
name: "RILT (Kilt)",
url: "rococo-kilt",
Expand Down Expand Up @@ -538,7 +527,7 @@ export const chains: Chain[] = [
url: "paseo-bridge-hub",
chainId: "",
chainType: "Paseo & Parachains",
rpcUrl: "wss://sys.ibp.network/bridge-hub-paseo",
rpcUrl: "wss://bridge-hub-paseo.dotters.network",
nativeCurrency: {
name: "PAS",
symbol: "PAS",
Expand Down Expand Up @@ -591,7 +580,22 @@ export const chains: Chain[] = [
},
prefix: 1328,
type: "substrate",
threshold: 115000,
threshold: 50000,
},
{
name: "Foucoco (Amplitude)",
url: "paseo-amplitude",
chainId: "",
chainType: "Paseo & Parachains",
rpcUrl: "wss://rpc-foucoco.pendulumchain.tech",
nativeCurrency: {
name: "AMPE",
symbol: "AMPE",
decimals: 12,
},
prefix: 57,
type: "substrate",
threshold: 100000,
},
{
name: "AvN (Aventus)",
Expand Down Expand Up @@ -621,7 +625,7 @@ export const chains: Chain[] = [
},
prefix: 1337,
type: "substrate",
threshold: 115000,
threshold: 50000,
},
{
name: "Bifrost Paseo",
Expand Down Expand Up @@ -757,6 +761,21 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 150000,
},
{
name: "Myriad Social Testnet",
url: "myriad",
chainId: "",
chainType: "Paseo & Parachains",
rpcUrl: "wss://ws-rpc.paseo.myriad.social",
nativeCurrency: {
name: "MYRIA",
symbol: "MYRIA",
decimals: 18,
},
prefix: 42,
type: "substrate",
threshold: 100000,
},
{
name: "Niskala (Mandalachain)",
url: "niskala",
Expand Down Expand Up @@ -1189,6 +1208,21 @@ export const chains: Chain[] = [
type: "evm",
threshold: 220,
},
{
name: "Tangle Testnet",
url: "tangle-testnet",
chainId: "",
chainType: "Solochains",
rpcUrl: "wss://testnet-rpc.tangle.tools",
nativeCurrency: {
name: "tTNT",
symbol: "tTNT",
decimals: 18,
},
prefix: 42,
type: "substrate",
threshold: 100000,
},
{
name: "Ternoa Alphanet",
url: "ternoa-alphanet",
Expand Down
6 changes: 3 additions & 3 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.1.1",
"@polkadot/extension-dapp": "^0.52.3",
"@polkadot/types": "^13.1.1",
"@polkadot/api": "^13.2.1",
"@polkadot/extension-dapp": "^0.53.1",
"@polkadot/types": "^13.2.1",
"@polkadot/util": "^13.1.1",
"@polkadot/util-crypto": "^13.1.1",
"@polymeshassociation/polymesh-types": "^5.13.0",
Expand Down
1 change: 1 addition & 0 deletions public/images/myriad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading

0 comments on commit 62b27af

Please sign in to comment.