@subwallet/chain-list 0.2.16-beta.10 → 0.2.16-beta.12

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.
@@ -12595,7 +12595,7 @@
12595
12595
  status: "in_auction",
12596
12596
  startTime: "2023-10-24T01:48:00.000Z",
12597
12597
  endTime: "2025-08-26T01:48:00.000Z",
12598
- auctionIndex: 51,
12598
+ auctionIndex: 52,
12599
12599
  firstPeriod: 14,
12600
12600
  lastPeriod: 21
12601
12601
  }
@@ -12956,7 +12956,7 @@
12956
12956
  existentialDeposit: "10000000000000",
12957
12957
  symbol: "VARA",
12958
12958
  decimals: 12,
12959
- hasNativeNft: false,
12959
+ hasNativeNft: true,
12960
12960
  supportStaking: true,
12961
12961
  supportSmartContract: null,
12962
12962
  crowdloanParaId: null,
@@ -13495,7 +13495,7 @@
13495
13495
  slug: "oak_network",
13496
13496
  name: "OAK Network",
13497
13497
  isTestnet: false,
13498
- chainStatus: "ACTIVE",
13498
+ chainStatus: "INACTIVE",
13499
13499
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/oak_network.png",
13500
13500
  providers: {
13501
13501
  },
@@ -4593,7 +4593,7 @@
4593
4593
  "status": "in_auction",
4594
4594
  "startTime": "2023-10-24T01:48:00.000Z",
4595
4595
  "endTime": "2025-08-26T01:48:00.000Z",
4596
- "auctionIndex": 51,
4596
+ "auctionIndex": 52,
4597
4597
  "firstPeriod": 14,
4598
4598
  "lastPeriod": 21
4599
4599
  }
@@ -4972,7 +4972,7 @@
4972
4972
  "existentialDeposit": "10000000000000",
4973
4973
  "symbol": "VARA",
4974
4974
  "decimals": 12,
4975
- "hasNativeNft": false,
4975
+ "hasNativeNft": true,
4976
4976
  "supportStaking": true,
4977
4977
  "supportSmartContract": null,
4978
4978
  "crowdloanParaId": null,
@@ -5497,7 +5497,7 @@
5497
5497
  "slug": "oak_network",
5498
5498
  "name": "OAK Network",
5499
5499
  "isTestnet": false,
5500
- "chainStatus": "ACTIVE",
5500
+ "chainStatus": "INACTIVE",
5501
5501
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/oak_network.png",
5502
5502
  "providers": {},
5503
5503
  "evmInfo": null,
@@ -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.16-beta.10'
16
+ version: '0.2.16-beta.12'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -4593,7 +4593,7 @@
4593
4593
  "status": "in_auction",
4594
4594
  "startTime": "2023-10-24T01:48:00.000Z",
4595
4595
  "endTime": "2025-08-26T01:48:00.000Z",
4596
- "auctionIndex": 51,
4596
+ "auctionIndex": 52,
4597
4597
  "firstPeriod": 14,
4598
4598
  "lastPeriod": 21
4599
4599
  }
@@ -4972,7 +4972,7 @@
4972
4972
  "existentialDeposit": "10000000000000",
4973
4973
  "symbol": "VARA",
4974
4974
  "decimals": 12,
4975
- "hasNativeNft": false,
4975
+ "hasNativeNft": true,
4976
4976
  "supportStaking": true,
4977
4977
  "supportSmartContract": null,
4978
4978
  "crowdloanParaId": null,
@@ -5497,7 +5497,7 @@
5497
5497
  "slug": "oak_network",
5498
5498
  "name": "OAK Network",
5499
5499
  "isTestnet": false,
5500
- "chainStatus": "ACTIVE",
5500
+ "chainStatus": "INACTIVE",
5501
5501
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/oak_network.png",
5502
5502
  "providers": {},
5503
5503
  "evmInfo": null,
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.16-beta.10",
23
+ "version": "0.2.16-beta.12",
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.16-beta.10'
10
+ version: '0.2.16-beta.12'
11
11
  };