Skip to content

Commit a99da1f

Browse files
committed
update plume rpc endpoint
1 parent 3d30512 commit a99da1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@crocswap-libs/sdk",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "🛠🐊🛠 An SDK for building applications on top of CrocSwap",
55
"author": "Ben Wolski <[email protected]>",
66
"repository": "https://github.com/CrocSwap/sdk.git",

src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const SWELL_CHAIN: ChainSpec = {
229229
};
230230

231231
const PLUME_CHAIN: ChainSpec = {
232-
nodeUrl: "https://phoenix-rpc.plumenetwork.xyz",
232+
nodeUrl: "https://rpc.plumenetwork.xyz",
233233
addrs: {
234234
dex: "0xAaAaAAAA81a99d2a05eE428eC7a1d8A3C2237D85",
235235
query: "0xA3BD3bE19012De72190c885FB270beb93e36a8A7",
@@ -244,7 +244,7 @@ const PLUME_CHAIN: ChainSpec = {
244244
long: 130,
245245
liq: 128
246246
},
247-
blockExplorer: "https://phoenix-explorer.plumenetwork.xyz/",
247+
blockExplorer: "https://explorer.plumenetwork.xyz/",
248248
displayName: "Plume",
249249
};
250250

0 commit comments

Comments
 (0)