eth-chainlist 0.0.130 → 0.0.131

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.131 (2023-04-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.130 ([d548d20](https://github.com/poowf/eth-chainlist/commit/d548d204e7eb541d8da5f9fc7f8583120f3086c3))
9
+ * update chain data ([9b84d86](https://github.com/poowf/eth-chainlist/commit/9b84d867ba4c21323a43148955bdb93bdbda3c7c))
10
+
3
11
  ### 0.0.130 (2023-04-18)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -2986,6 +2986,26 @@ const chainArray = [
2986
2986
  chainId: 258,
2987
2987
  networkId: 258
2988
2988
  },
2989
+ {
2990
+ name: 'Neonlink Mainnet',
2991
+ chain: 'Neonlink',
2992
+ rpc: [ 'https://mainnet.neonlink.io' ],
2993
+ faucets: [],
2994
+ nativeCurrency: { name: 'Neonlink Native Token', symbol: 'NEON', decimals: 18 },
2995
+ infoURL: 'https://neonlink.io',
2996
+ shortName: 'neon',
2997
+ chainId: 259,
2998
+ networkId: 259,
2999
+ icon: 'neonlink',
3000
+ explorers: [
3001
+ {
3002
+ name: 'Neon Blockchain Explorer',
3003
+ url: 'https://scan.neonlink.io',
3004
+ standard: 'EIP3091',
3005
+ icon: 'neonlink'
3006
+ }
3007
+ ]
3008
+ },
2989
3009
  {
2990
3010
  name: 'SUR Blockchain Network',
2991
3011
  chain: 'SUR',
@@ -6028,6 +6048,7 @@ const chainArray = [
6028
6048
  name: 'Rikeza Network Mainnet',
6029
6049
  title: 'Rikeza Network Mainnet',
6030
6050
  chain: 'Rikeza',
6051
+ icon: 'rikeza',
6031
6052
  rpc: [ 'https://rpc.rikscan.com' ],
6032
6053
  faucets: [],
6033
6054
  nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 },
@@ -6255,7 +6276,7 @@ const chainArray = [
6255
6276
  nativeCurrency: { name: 'Palette Token', symbol: 'PLT', decimals: 18 },
6256
6277
  features: [],
6257
6278
  infoURL: 'https://hashpalette.com/',
6258
- shortName: 'PaletteChain',
6279
+ shortName: 'PCM',
6259
6280
  chainId: 1718,
6260
6281
  networkId: 1718,
6261
6282
  icon: 'PLT',
@@ -8879,6 +8900,27 @@ const chainArray = [
8879
8900
  }
8880
8901
  ]
8881
8902
  },
8903
+ {
8904
+ name: 'IRIShub',
8905
+ chain: 'IRIShub',
8906
+ rpc: [ 'https://evmrpc.irishub-1.irisnet.org' ],
8907
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8908
+ faucets: [],
8909
+ nativeCurrency: { name: 'Eris', symbol: 'ERIS', decimals: 18 },
8910
+ infoURL: 'https://www.irisnet.org',
8911
+ shortName: 'iris',
8912
+ chainId: 6688,
8913
+ networkId: 6688,
8914
+ icon: 'irishub',
8915
+ explorers: [
8916
+ {
8917
+ name: 'IRISHub Cosmos Explorer (IOBScan)',
8918
+ url: 'https://irishub.iobscan.io',
8919
+ standard: 'none',
8920
+ icon: 'irishub'
8921
+ }
8922
+ ]
8923
+ },
8882
8924
  {
8883
8925
  name: 'Gold Smart Chain Mainnet',
8884
8926
  chain: 'STAND',
@@ -10045,6 +10087,26 @@ const chainArray = [
10045
10087
  }
10046
10088
  ]
10047
10089
  },
10090
+ {
10091
+ name: 'Neonlink Testnet',
10092
+ chain: 'Neonlink',
10093
+ rpc: [ 'https://testnet.neonlink.io' ],
10094
+ faucets: [ 'https://faucet.neonlink.io/' ],
10095
+ nativeCurrency: { name: 'Neonlink Native Token', symbol: 'tNEON', decimals: 18 },
10096
+ infoURL: 'https://neonlink.io',
10097
+ shortName: 'testneon',
10098
+ chainId: 9559,
10099
+ networkId: 9559,
10100
+ icon: 'neonlink',
10101
+ explorers: [
10102
+ {
10103
+ name: 'Neon Blockchain Explorer',
10104
+ url: 'https://testnet-scan.neonlink.io',
10105
+ standard: 'EIP3091',
10106
+ icon: 'neonlink'
10107
+ }
10108
+ ]
10109
+ },
10048
10110
  {
10049
10111
  name: 'Oort MainnetDev',
10050
10112
  title: 'Oort MainnetDev',
@@ -10600,6 +10662,7 @@ const chainArray = [
10600
10662
  name: 'Rikeza Network Testnet',
10601
10663
  title: 'Rikeza Network Testnet',
10602
10664
  chain: 'Rikeza',
10665
+ icon: 'rikeza',
10603
10666
  rpc: [ 'https://testnet-rpc.rikscan.com' ],
10604
10667
  faucets: [],
10605
10668
  nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 },
@@ -10828,6 +10891,27 @@ const chainArray = [
10828
10891
  }
10829
10892
  ]
10830
10893
  },
10894
+ {
10895
+ name: 'Palette Chain Testnet',
10896
+ chain: 'PLT',
10897
+ rpc: [ 'https://palette-opennet.com:22000' ],
10898
+ faucets: [],
10899
+ nativeCurrency: { name: 'Palette Token', symbol: 'PLT', decimals: 18 },
10900
+ features: [],
10901
+ infoURL: 'https://hashpalette.com/',
10902
+ shortName: 'PCT',
10903
+ chainId: 17180,
10904
+ networkId: 17180,
10905
+ icon: 'PLT',
10906
+ explorers: [
10907
+ {
10908
+ name: 'Palettescan',
10909
+ url: 'https://testnet.palettescan.com',
10910
+ icon: 'PLT',
10911
+ standard: 'none'
10912
+ }
10913
+ ]
10914
+ },
10831
10915
  {
10832
10916
  name: 'Frontier of Dreams Testnet',
10833
10917
  chain: 'Game Network',
@@ -13910,6 +13994,26 @@ const chainArray = [
13910
13994
  }
13911
13995
  ]
13912
13996
  },
13997
+ {
13998
+ name: 'TTcoin Smart Chain Mainnet',
13999
+ chain: 'TSC',
14000
+ icon: 'tscscan',
14001
+ rpc: [ 'https://mainnet-rpc.tscscan.com' ],
14002
+ faucets: [ 'https://faucet.tscscan.com' ],
14003
+ nativeCurrency: { name: 'TTcoin', symbol: 'TC', decimals: 18 },
14004
+ infoURL: 'https://ttcoin.info/',
14005
+ shortName: 'tc',
14006
+ chainId: 330844,
14007
+ networkId: 330844,
14008
+ explorers: [
14009
+ {
14010
+ name: 'TTcoin Smart Chain Explorer',
14011
+ url: 'https://tscscan.com',
14012
+ standard: 'EIP3091',
14013
+ icon: 'tscscan'
14014
+ }
14015
+ ]
14016
+ },
13913
14017
  {
13914
14018
  name: 'Oone Chain Testnet',
13915
14019
  chain: 'OONE',
@@ -15658,6 +15762,28 @@ const chainArray = [
15658
15762
  chainId: 1313161556,
15659
15763
  networkId: 1313161556
15660
15764
  },
15765
+ {
15766
+ name: 'Chaos (SKALE Testnet)',
15767
+ title: 'Chaos Testnet',
15768
+ chain: 'staging-fast-active-bellatrix',
15769
+ rpc: [
15770
+ 'https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix'
15771
+ ],
15772
+ faucets: [ 'https://sfuel.skale.network/staging/chaos' ],
15773
+ nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
15774
+ infoURL: 'https://docs.skale.network/develop/',
15775
+ shortName: 'chaos-tenet',
15776
+ chainId: 1351057110,
15777
+ networkId: 1351057110,
15778
+ explorers: [
15779
+ {
15780
+ name: 'Blockscout',
15781
+ url: 'https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com',
15782
+ icon: 'chaos',
15783
+ standard: 'EIP3091'
15784
+ }
15785
+ ]
15786
+ },
15661
15787
  {
15662
15788
  name: 'RaptorChain',
15663
15789
  chain: 'RPTR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.130",
3
+ "version": "0.0.131",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {