Skip to content

Commit

Permalink
Adjust paseo rpc sort
Browse files Browse the repository at this point in the history
  • Loading branch information
wliyongfeng committed Oct 23, 2024
1 parent 52a89f8 commit ef6a133
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/next-common/utils/consts/settings/paseo.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ const nodes = [
name: "Amforc",
url: "wss://paseo.rpc.amforc.com",
},
{
name: "Dwellir",
url: "wss://paseo-rpc.dwellir.com",
},
{
name: "IBP1",
url: "wss://rpc.ibp.network/paseo",
},
{
name: "IBP2",
url: "wss://paseo.dotters.network",
},
{
name: "StakeWorld",
url: "wss://pas-rpc.stakeworld.io",
},
{
name: "Dwellir",
url: "wss://paseo-rpc.dwellir.com",
},
{
name: "IBP2",
url: "wss://paseo.dotters.network",
},
];

const links = [
Expand Down

0 comments on commit ef6a133

Please sign in to comment.