@subwallet/chain-list 0.2.92-beta.2 → 0.2.93-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.
@@ -773,6 +773,9 @@
773
773
  "tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
774
774
  "tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
775
775
  "storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
776
+ "polygon_amoy-native-pol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-native-pol.png",
777
+ "polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582.png",
778
+ "polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e.png",
776
779
  "eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
777
780
  "ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
778
781
  "glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
@@ -18474,6 +18477,52 @@
18474
18477
  multiChainAsset: null,
18475
18478
  hasValue: false,
18476
18479
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
18480
+ },
18481
+ "polygon_amoy-NATIVE-POL": {
18482
+ originChain: "polygon_amoy",
18483
+ slug: "polygon_amoy-NATIVE-POL",
18484
+ name: "Polygon Amoy",
18485
+ symbol: "POL",
18486
+ decimals: 18,
18487
+ priceId: null,
18488
+ minAmount: "0",
18489
+ assetType: "NATIVE",
18490
+ metadata: null,
18491
+ multiChainAsset: null,
18492
+ hasValue: false,
18493
+ icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-native-pol.png"
18494
+ },
18495
+ "polygon_amoy-ERC20-USDC-0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582": {
18496
+ originChain: "polygon_amoy",
18497
+ slug: "polygon_amoy-ERC20-USDC-0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582",
18498
+ name: "USDC",
18499
+ symbol: "USDC",
18500
+ decimals: 6,
18501
+ priceId: null,
18502
+ minAmount: "0",
18503
+ assetType: "ERC20",
18504
+ metadata: {
18505
+ contractAddress: "0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582"
18506
+ },
18507
+ multiChainAsset: null,
18508
+ hasValue: false,
18509
+ icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582.png"
18510
+ },
18511
+ "polygon_amoy-ERC20-WETH-0x52eF3d68BaB452a294342DC3e5f464d7f610f72E": {
18512
+ originChain: "polygon_amoy",
18513
+ slug: "polygon_amoy-ERC20-WETH-0x52eF3d68BaB452a294342DC3e5f464d7f610f72E",
18514
+ name: "Wrapped Ether",
18515
+ symbol: "WETH",
18516
+ decimals: 18,
18517
+ priceId: null,
18518
+ minAmount: "0",
18519
+ assetType: "ERC20",
18520
+ metadata: {
18521
+ contractAddress: "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E"
18522
+ },
18523
+ multiChainAsset: null,
18524
+ hasValue: false,
18525
+ icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e.png"
18477
18526
  }
18478
18527
  };
18479
18528
 
@@ -28943,6 +28992,32 @@
28943
28992
  bitcoinInfo: null,
28944
28993
  tonInfo: null
28945
28994
  };
28995
+ var polygon_amoy$1 = {
28996
+ slug: "polygon_amoy",
28997
+ name: "Polygon Amoy Testnet",
28998
+ isTestnet: true,
28999
+ chainStatus: "ACTIVE",
29000
+ icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon_amoy.png",
29001
+ providers: {
29002
+ "Polygon Amoy": "https://rpc-amoy.polygon.technology/"
29003
+ },
29004
+ evmInfo: {
29005
+ evmChainId: 80002,
29006
+ blockExplorer: "https://amoy.polygonscan.com/",
29007
+ existentialDeposit: "0",
29008
+ symbol: "POL",
29009
+ decimals: 18,
29010
+ supportSmartContract: [
29011
+ "ERC20",
29012
+ "ERC721"
29013
+ ],
29014
+ abiExplorer: null
29015
+ },
29016
+ substrateInfo: null,
29017
+ extraInfo: null,
29018
+ bitcoinInfo: null,
29019
+ tonInfo: null
29020
+ };
28946
29021
  const _ChainInfoMap = {
28947
29022
  polkadot: polkadot$1,
28948
29023
  kusama: kusama$1,
@@ -29299,7 +29374,8 @@
29299
29374
  zircuit: zircuit$1,
29300
29375
  tangle: tangle$1,
29301
29376
  tangle_evm: tangle_evm$1,
29302
- storyOdyssey_testnet: storyOdyssey_testnet$1
29377
+ storyOdyssey_testnet: storyOdyssey_testnet$1,
29378
+ polygon_amoy: polygon_amoy$1
29303
29379
  };
29304
29380
 
29305
29381
  var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
@@ -29599,6 +29675,7 @@
29599
29675
  var tangle = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png";
29600
29676
  var tangle_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png";
29601
29677
  var storyOdyssey_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png";
29678
+ var polygon_amoy = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon_amoy.png";
29602
29679
  const _ChainLogoMap = {
29603
29680
  "default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
29604
29681
  polkadot: polkadot,
@@ -29900,6 +29977,7 @@
29900
29977
  tangle: tangle,
29901
29978
  tangle_evm: tangle_evm,
29902
29979
  storyOdyssey_testnet: storyOdyssey_testnet,
29980
+ polygon_amoy: polygon_amoy,
29903
29981
  "custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
29904
29982
  "custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
29905
29983
  };
@@ -765,6 +765,9 @@
765
765
  "tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
766
766
  "tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
767
767
  "storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
768
+ "polygon_amoy-native-pol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-native-pol.png",
769
+ "polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582.png",
770
+ "polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e.png",
768
771
  "eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
769
772
  "ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
770
773
  "glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
@@ -12745,5 +12745,51 @@
12745
12745
  "multiChainAsset": null,
12746
12746
  "hasValue": false,
12747
12747
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
12748
+ },
12749
+ "polygon_amoy-NATIVE-POL": {
12750
+ "originChain": "polygon_amoy",
12751
+ "slug": "polygon_amoy-NATIVE-POL",
12752
+ "name": "Polygon Amoy",
12753
+ "symbol": "POL",
12754
+ "decimals": 18,
12755
+ "priceId": null,
12756
+ "minAmount": "0",
12757
+ "assetType": "NATIVE",
12758
+ "metadata": null,
12759
+ "multiChainAsset": null,
12760
+ "hasValue": false,
12761
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-native-pol.png"
12762
+ },
12763
+ "polygon_amoy-ERC20-USDC-0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582": {
12764
+ "originChain": "polygon_amoy",
12765
+ "slug": "polygon_amoy-ERC20-USDC-0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582",
12766
+ "name": "USDC",
12767
+ "symbol": "USDC",
12768
+ "decimals": 6,
12769
+ "priceId": null,
12770
+ "minAmount": "0",
12771
+ "assetType": "ERC20",
12772
+ "metadata": {
12773
+ "contractAddress": "0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582"
12774
+ },
12775
+ "multiChainAsset": null,
12776
+ "hasValue": false,
12777
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582.png"
12778
+ },
12779
+ "polygon_amoy-ERC20-WETH-0x52eF3d68BaB452a294342DC3e5f464d7f610f72E": {
12780
+ "originChain": "polygon_amoy",
12781
+ "slug": "polygon_amoy-ERC20-WETH-0x52eF3d68BaB452a294342DC3e5f464d7f610f72E",
12782
+ "name": "Wrapped Ether",
12783
+ "symbol": "WETH",
12784
+ "decimals": 18,
12785
+ "priceId": null,
12786
+ "minAmount": "0",
12787
+ "assetType": "ERC20",
12788
+ "metadata": {
12789
+ "contractAddress": "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E"
12790
+ },
12791
+ "multiChainAsset": null,
12792
+ "hasValue": false,
12793
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e.png"
12748
12794
  }
12749
12795
  }
@@ -10339,5 +10339,31 @@
10339
10339
  "extraInfo": null,
10340
10340
  "bitcoinInfo": null,
10341
10341
  "tonInfo": null
10342
+ },
10343
+ "polygon_amoy": {
10344
+ "slug": "polygon_amoy",
10345
+ "name": "Polygon Amoy Testnet",
10346
+ "isTestnet": true,
10347
+ "chainStatus": "ACTIVE",
10348
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon_amoy.png",
10349
+ "providers": {
10350
+ "Polygon Amoy": "https://rpc-amoy.polygon.technology/"
10351
+ },
10352
+ "evmInfo": {
10353
+ "evmChainId": 80002,
10354
+ "blockExplorer": "https://amoy.polygonscan.com/",
10355
+ "existentialDeposit": "0",
10356
+ "symbol": "POL",
10357
+ "decimals": 18,
10358
+ "supportSmartContract": [
10359
+ "ERC20",
10360
+ "ERC721"
10361
+ ],
10362
+ "abiExplorer": null
10363
+ },
10364
+ "substrateInfo": null,
10365
+ "extraInfo": null,
10366
+ "bitcoinInfo": null,
10367
+ "tonInfo": null
10342
10368
  }
10343
- }
10369
+ }
@@ -299,6 +299,7 @@
299
299
  "tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
300
300
  "tangle_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
301
301
  "storyOdyssey_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
302
+ "polygon_amoy": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon_amoy.png",
302
303
  "custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
303
304
  "custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
304
- }
305
+ }
@@ -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.92-beta.2'
16
+ version: '0.2.93-beta.0'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -765,6 +765,9 @@
765
765
  "tangle-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle-native-tnt.png",
766
766
  "tangle_evm-native-tnt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/tangle_evm-native-tnt.png",
767
767
  "storyodyssey_testnet-native-ip": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png",
768
+ "polygon_amoy-native-pol": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-native-pol.png",
769
+ "polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582.png",
770
+ "polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e.png",
768
771
  "eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
769
772
  "ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
770
773
  "glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
@@ -12745,5 +12745,51 @@
12745
12745
  "multiChainAsset": null,
12746
12746
  "hasValue": false,
12747
12747
  "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/storyodyssey_testnet-native-ip.png"
12748
+ },
12749
+ "polygon_amoy-NATIVE-POL": {
12750
+ "originChain": "polygon_amoy",
12751
+ "slug": "polygon_amoy-NATIVE-POL",
12752
+ "name": "Polygon Amoy",
12753
+ "symbol": "POL",
12754
+ "decimals": 18,
12755
+ "priceId": null,
12756
+ "minAmount": "0",
12757
+ "assetType": "NATIVE",
12758
+ "metadata": null,
12759
+ "multiChainAsset": null,
12760
+ "hasValue": false,
12761
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-native-pol.png"
12762
+ },
12763
+ "polygon_amoy-ERC20-USDC-0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582": {
12764
+ "originChain": "polygon_amoy",
12765
+ "slug": "polygon_amoy-ERC20-USDC-0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582",
12766
+ "name": "USDC",
12767
+ "symbol": "USDC",
12768
+ "decimals": 6,
12769
+ "priceId": null,
12770
+ "minAmount": "0",
12771
+ "assetType": "ERC20",
12772
+ "metadata": {
12773
+ "contractAddress": "0x41E94Eb019C0762f9Bfcf9Fb1E58725BfB0e7582"
12774
+ },
12775
+ "multiChainAsset": null,
12776
+ "hasValue": false,
12777
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-usdc-0x41e94eb019c0762f9bfcf9fb1e58725bfb0e7582.png"
12778
+ },
12779
+ "polygon_amoy-ERC20-WETH-0x52eF3d68BaB452a294342DC3e5f464d7f610f72E": {
12780
+ "originChain": "polygon_amoy",
12781
+ "slug": "polygon_amoy-ERC20-WETH-0x52eF3d68BaB452a294342DC3e5f464d7f610f72E",
12782
+ "name": "Wrapped Ether",
12783
+ "symbol": "WETH",
12784
+ "decimals": 18,
12785
+ "priceId": null,
12786
+ "minAmount": "0",
12787
+ "assetType": "ERC20",
12788
+ "metadata": {
12789
+ "contractAddress": "0x52eF3d68BaB452a294342DC3e5f464d7f610f72E"
12790
+ },
12791
+ "multiChainAsset": null,
12792
+ "hasValue": false,
12793
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/polygon_amoy-erc20-weth-0x52ef3d68bab452a294342dc3e5f464d7f610f72e.png"
12748
12794
  }
12749
12795
  }
@@ -10339,5 +10339,31 @@
10339
10339
  "extraInfo": null,
10340
10340
  "bitcoinInfo": null,
10341
10341
  "tonInfo": null
10342
+ },
10343
+ "polygon_amoy": {
10344
+ "slug": "polygon_amoy",
10345
+ "name": "Polygon Amoy Testnet",
10346
+ "isTestnet": true,
10347
+ "chainStatus": "ACTIVE",
10348
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon_amoy.png",
10349
+ "providers": {
10350
+ "Polygon Amoy": "https://rpc-amoy.polygon.technology/"
10351
+ },
10352
+ "evmInfo": {
10353
+ "evmChainId": 80002,
10354
+ "blockExplorer": "https://amoy.polygonscan.com/",
10355
+ "existentialDeposit": "0",
10356
+ "symbol": "POL",
10357
+ "decimals": 18,
10358
+ "supportSmartContract": [
10359
+ "ERC20",
10360
+ "ERC721"
10361
+ ],
10362
+ "abiExplorer": null
10363
+ },
10364
+ "substrateInfo": null,
10365
+ "extraInfo": null,
10366
+ "bitcoinInfo": null,
10367
+ "tonInfo": null
10342
10368
  }
10343
- }
10369
+ }
@@ -299,6 +299,7 @@
299
299
  "tangle": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle.png",
300
300
  "tangle_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tangle_evm.png",
301
301
  "storyOdyssey_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/storyodyssey_testnet.png",
302
+ "polygon_amoy": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polygon_amoy.png",
302
303
  "custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
303
304
  "custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
304
- }
305
+ }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.92-beta.2",
23
+ "version": "0.2.93-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.92-beta.2'
10
+ version: '0.2.93-beta.0'
11
11
  };