File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @crocswap-libs/sdk" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.0.4 " ,
4
4
"description" : " 🛠🐊🛠 An SDK for building applications on top of CrocSwap" ,
5
5
"author" :
" Ben Wolski <[email protected] >" ,
6
6
"repository" : " https://github.com/CrocSwap/sdk.git" ,
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ const SWELL_CHAIN: ChainSpec = {
229
229
} ;
230
230
231
231
const PLUME_CHAIN : ChainSpec = {
232
- nodeUrl : "https://phoenix- rpc.plumenetwork.xyz" ,
232
+ nodeUrl : "https://rpc.plumenetwork.xyz" ,
233
233
addrs : {
234
234
dex : "0xAaAaAAAA81a99d2a05eE428eC7a1d8A3C2237D85" ,
235
235
query : "0xA3BD3bE19012De72190c885FB270beb93e36a8A7" ,
@@ -244,7 +244,7 @@ const PLUME_CHAIN: ChainSpec = {
244
244
long : 130 ,
245
245
liq : 128
246
246
} ,
247
- blockExplorer : "https://phoenix- explorer.plumenetwork.xyz/" ,
247
+ blockExplorer : "https://explorer.plumenetwork.xyz/" ,
248
248
displayName : "Plume" ,
249
249
} ;
250
250
You can’t perform that action at this time.
0 commit comments