Skip to content

Commit

Permalink
update endpoints and lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang committed Aug 17, 2024
1 parent 43e773a commit 3fd6946
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 39 deletions.
47 changes: 31 additions & 16 deletions constants/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,21 +225,6 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 100000,
},
{
name: "AvN (Aventus)",
url: "rococo-aventus",
chainId: "",
chainType: "Rococo & Parachains",
rpcUrl: "wss://public-rpc.testnet.aventus.network",
nativeCurrency: {
name: "AVT",
symbol: "AVT",
decimals: 18,
},
prefix: 42,
type: "substrate",
threshold: 20000,
},
{
name: "Basilisk testnet",
url: "rococo-basilisk",
Expand Down Expand Up @@ -270,6 +255,21 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 30000,
},
{
name: "Hyperbridge (Gargantua)",
url: "rococo-hyperbridge",
chainId: "",
chainType: "Rococo & Parachains",
rpcUrl: "wss://hyperbridge-gargantua-rpc.blockops.network",
nativeCurrency: {
name: "tNAND",
symbol: "tNAND",
decimals: 12,
},
prefix: 42,
type: "substrate",
threshold: 100000,
},
{
name: "Kinera Development",
url: "rococo-kinera",
Expand Down Expand Up @@ -572,6 +572,21 @@ export const chains: Chain[] = [
type: "substrate",
threshold: 115000,
},
{
name: "AvN (Aventus)",
url: "paseo-aventus",
chainId: "",
chainType: "Paseo & Parachains",
rpcUrl: "wss://public-rpc.testnet.aventus.network",
nativeCurrency: {
name: "AVT",
symbol: "AVT",
decimals: 18,
},
prefix: 42,
type: "substrate",
threshold: 1000,
},
{
name: "Bajun Paseo",
url: "bajun-paseo",
Expand Down Expand Up @@ -633,7 +648,7 @@ export const chains: Chain[] = [
threshold: 5000000,
},
{
name: "Hyperbridge (Gargantua)",
name: "Hyperbridge",
url: "hyperbridge",
chainId: "",
chainType: "Paseo & Parachains",
Expand Down
Loading

0 comments on commit 3fd6946

Please sign in to comment.