@subwallet/chain-list 0.2.11-beta.0 → 0.2.12-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3222,6 +3222,20 @@
3222
3222
  multiChainAsset: null,
3223
3223
  hasValue: false,
3224
3224
  icon: "subspace.png"
3225
+ },
3226
+ "subspace_gemini_3f-NATIVE-tSSC": {
3227
+ originChain: "subspace_gemini_3f",
3228
+ slug: "subspace_gemini_3f-NATIVE-tSSC",
3229
+ name: "Subspace Gemini 3f",
3230
+ symbol: "tSSC",
3231
+ decimals: 18,
3232
+ priceId: null,
3233
+ minAmount: "500",
3234
+ assetType: "NATIVE",
3235
+ metadata: null,
3236
+ multiChainAsset: null,
3237
+ hasValue: false,
3238
+ icon: "subspace.png"
3225
3239
  },
3226
3240
  "origintrail-NATIVE-OTP": {
3227
3241
  originChain: "origintrail",
@@ -10283,6 +10297,31 @@
10283
10297
  evmInfo: null,
10284
10298
  icon: "subspace.png"
10285
10299
  };
10300
+ var subspace_gemini_3f$1 = {
10301
+ slug: "subspace_gemini_3f",
10302
+ name: "Subspace Gemini 3f",
10303
+ chainStatus: "ACTIVE",
10304
+ providers: {
10305
+ "Gemini 3e": "wss://rpc-0.gemini-3f.subspace.network/ws"
10306
+ },
10307
+ isTestnet: true,
10308
+ substrateInfo: {
10309
+ paraId: null,
10310
+ relaySlug: null,
10311
+ genesisHash: "0x92e91e657747c41eeabed5129ff51689d2e935b9f6abfbd5dfcb2e1d0d035095",
10312
+ addressPrefix: 2254,
10313
+ chainType: "RELAYCHAIN",
10314
+ blockExplorer: "https://explorer.subspace.network/#/gemini-3f",
10315
+ symbol: "tSSC",
10316
+ existentialDeposit: "500",
10317
+ decimals: 18,
10318
+ hasNativeNft: false,
10319
+ supportSmartContract: null,
10320
+ supportStaking: false
10321
+ },
10322
+ evmInfo: null,
10323
+ icon: "subspace.png"
10324
+ };
10286
10325
  var origintrail$1 = {
10287
10326
  slug: "origintrail",
10288
10327
  name: "OriginTrail",
@@ -11254,7 +11293,7 @@
11254
11293
  name: "Creditcoin",
11255
11294
  chainStatus: "ACTIVE",
11256
11295
  providers: {
11257
- "Creditcoin Foundation": "wss://rpc.mainnet.creditcoin.network/ws"
11296
+ "Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
11258
11297
  },
11259
11298
  isTestnet: false,
11260
11299
  substrateInfo: {
@@ -11981,6 +12020,7 @@
11981
12020
  subspace_gemini_3c: subspace_gemini_3c$1,
11982
12021
  subspace_gemini_3d: subspace_gemini_3d$1,
11983
12022
  subspace_gemini_3e: subspace_gemini_3e$1,
12023
+ subspace_gemini_3f: subspace_gemini_3f$1,
11984
12024
  origintrail: origintrail$1,
11985
12025
  dorafactory: dorafactory$1,
11986
12026
  bajun: bajun$1,
@@ -12168,6 +12208,7 @@
12168
12208
  var subspace_gemini_3c = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png";
12169
12209
  var subspace_gemini_3d = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png";
12170
12210
  var subspace_gemini_3e = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png";
12211
+ var subspace_gemini_3f = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png";
12171
12212
  var origintrail = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/origintrail.png";
12172
12213
  var dorafactory = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dora-factory.png";
12173
12214
  var bajun = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bajun-network.png";
@@ -12330,6 +12371,7 @@
12330
12371
  subspace_gemini_3c: subspace_gemini_3c,
12331
12372
  subspace_gemini_3d: subspace_gemini_3d,
12332
12373
  subspace_gemini_3e: subspace_gemini_3e,
12374
+ subspace_gemini_3f: subspace_gemini_3f,
12333
12375
  origintrail: origintrail,
12334
12376
  dorafactory: dorafactory,
12335
12377
  bajun: bajun,
@@ -2384,6 +2384,20 @@
2384
2384
  "hasValue": false,
2385
2385
  "icon": "subspace.png"
2386
2386
  },
2387
+ "subspace_gemini_3f-NATIVE-tSSC": {
2388
+ "originChain": "subspace_gemini_3f",
2389
+ "slug": "subspace_gemini_3f-NATIVE-tSSC",
2390
+ "name": "Subspace Gemini 3f",
2391
+ "symbol": "tSSC",
2392
+ "decimals": 18,
2393
+ "priceId": null,
2394
+ "minAmount": "500",
2395
+ "assetType": "NATIVE",
2396
+ "metadata": null,
2397
+ "multiChainAsset": null,
2398
+ "hasValue": false,
2399
+ "icon": "subspace.png"
2400
+ },
2387
2401
  "origintrail-NATIVE-OTP": {
2388
2402
  "originChain": "origintrail",
2389
2403
  "slug": "origintrail-NATIVE-OTP",
@@ -2639,6 +2639,31 @@
2639
2639
  "evmInfo": null,
2640
2640
  "icon": "subspace.png"
2641
2641
  },
2642
+ "subspace_gemini_3f": {
2643
+ "slug": "subspace_gemini_3f",
2644
+ "name": "Subspace Gemini 3f",
2645
+ "chainStatus": "ACTIVE",
2646
+ "providers": {
2647
+ "Gemini 3e": "wss://rpc-0.gemini-3f.subspace.network/ws"
2648
+ },
2649
+ "isTestnet": true,
2650
+ "substrateInfo": {
2651
+ "paraId": null,
2652
+ "relaySlug": null,
2653
+ "genesisHash": "0x92e91e657747c41eeabed5129ff51689d2e935b9f6abfbd5dfcb2e1d0d035095",
2654
+ "addressPrefix": 2254,
2655
+ "chainType": "RELAYCHAIN",
2656
+ "blockExplorer": "https://explorer.subspace.network/#/gemini-3f",
2657
+ "symbol": "tSSC",
2658
+ "existentialDeposit": "500",
2659
+ "decimals": 18,
2660
+ "hasNativeNft": false,
2661
+ "supportSmartContract": null,
2662
+ "supportStaking": false
2663
+ },
2664
+ "evmInfo": null,
2665
+ "icon": "subspace.png"
2666
+ },
2642
2667
  "origintrail": {
2643
2668
  "slug": "origintrail",
2644
2669
  "name": "OriginTrail",
@@ -3610,7 +3635,7 @@
3610
3635
  "name": "Creditcoin",
3611
3636
  "chainStatus": "ACTIVE",
3612
3637
  "providers": {
3613
- "Creditcoin Foundation": "wss://rpc.mainnet.creditcoin.network/ws"
3638
+ "Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
3614
3639
  },
3615
3640
  "isTestnet": false,
3616
3641
  "substrateInfo": {
@@ -96,6 +96,7 @@
96
96
  "subspace_gemini_3c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png",
97
97
  "subspace_gemini_3d": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png",
98
98
  "subspace_gemini_3e": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png",
99
+ "subspace_gemini_3f": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png",
99
100
  "origintrail": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/origintrail.png",
100
101
  "dorafactory": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dora-factory.png",
101
102
  "bajun": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bajun-network.png",
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.11-beta.0'
16
+ version: '0.2.12-beta.0'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -2384,6 +2384,20 @@
2384
2384
  "hasValue": false,
2385
2385
  "icon": "subspace.png"
2386
2386
  },
2387
+ "subspace_gemini_3f-NATIVE-tSSC": {
2388
+ "originChain": "subspace_gemini_3f",
2389
+ "slug": "subspace_gemini_3f-NATIVE-tSSC",
2390
+ "name": "Subspace Gemini 3f",
2391
+ "symbol": "tSSC",
2392
+ "decimals": 18,
2393
+ "priceId": null,
2394
+ "minAmount": "500",
2395
+ "assetType": "NATIVE",
2396
+ "metadata": null,
2397
+ "multiChainAsset": null,
2398
+ "hasValue": false,
2399
+ "icon": "subspace.png"
2400
+ },
2387
2401
  "origintrail-NATIVE-OTP": {
2388
2402
  "originChain": "origintrail",
2389
2403
  "slug": "origintrail-NATIVE-OTP",
@@ -2639,6 +2639,31 @@
2639
2639
  "evmInfo": null,
2640
2640
  "icon": "subspace.png"
2641
2641
  },
2642
+ "subspace_gemini_3f": {
2643
+ "slug": "subspace_gemini_3f",
2644
+ "name": "Subspace Gemini 3f",
2645
+ "chainStatus": "ACTIVE",
2646
+ "providers": {
2647
+ "Gemini 3e": "wss://rpc-0.gemini-3f.subspace.network/ws"
2648
+ },
2649
+ "isTestnet": true,
2650
+ "substrateInfo": {
2651
+ "paraId": null,
2652
+ "relaySlug": null,
2653
+ "genesisHash": "0x92e91e657747c41eeabed5129ff51689d2e935b9f6abfbd5dfcb2e1d0d035095",
2654
+ "addressPrefix": 2254,
2655
+ "chainType": "RELAYCHAIN",
2656
+ "blockExplorer": "https://explorer.subspace.network/#/gemini-3f",
2657
+ "symbol": "tSSC",
2658
+ "existentialDeposit": "500",
2659
+ "decimals": 18,
2660
+ "hasNativeNft": false,
2661
+ "supportSmartContract": null,
2662
+ "supportStaking": false
2663
+ },
2664
+ "evmInfo": null,
2665
+ "icon": "subspace.png"
2666
+ },
2642
2667
  "origintrail": {
2643
2668
  "slug": "origintrail",
2644
2669
  "name": "OriginTrail",
@@ -3610,7 +3635,7 @@
3610
3635
  "name": "Creditcoin",
3611
3636
  "chainStatus": "ACTIVE",
3612
3637
  "providers": {
3613
- "Creditcoin Foundation": "wss://rpc.mainnet.creditcoin.network/ws"
3638
+ "Creditcoin Foundation": "wss://mainnet.creditcoin.network/ws"
3614
3639
  },
3615
3640
  "isTestnet": false,
3616
3641
  "substrateInfo": {
@@ -96,6 +96,7 @@
96
96
  "subspace_gemini_3c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png",
97
97
  "subspace_gemini_3d": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png",
98
98
  "subspace_gemini_3e": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png",
99
+ "subspace_gemini_3f": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/subspace.png",
99
100
  "origintrail": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/origintrail.png",
100
101
  "dorafactory": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/dora-factory.png",
101
102
  "bajun": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/dev/packages/chain-list/src/logo/bajun-network.png",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.11-beta.0",
23
+ "version": "0.2.12-beta.0",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@subwallet/chain-list',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '0.2.11-beta.0'
10
+ version: '0.2.12-beta.0'
11
11
  };