eth-chainlist 0.0.179 → 0.0.180

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.180 (2023-07-09)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.179 ([cd24196](https://github.com/poowf/eth-chainlist/commit/cd24196c1c9a015c389555223e0ec8741c862c2c))
9
+ * update chain data ([faf5e47](https://github.com/poowf/eth-chainlist/commit/faf5e477b5df91322ec1187187737d7167a6ede2))
10
+
3
11
  ### 0.0.179 (2023-07-08)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -3098,6 +3098,29 @@ const chainArray = [
3098
3098
  }
3099
3099
  ]
3100
3100
  },
3101
+ {
3102
+ name: 'Plinga Mainnet',
3103
+ chain: 'Plinga',
3104
+ icon: 'plinga',
3105
+ rpc: [
3106
+ 'https://rpcurl.mainnet.plgchain.com',
3107
+ 'https://rpcurl.plgchain.blockchain.evmnode.online',
3108
+ 'https://rpcurl.mainnet.plgchain.plinga.technology'
3109
+ ],
3110
+ faucets: [],
3111
+ nativeCurrency: { name: 'Plinga', symbol: 'PLINGA', decimals: 18 },
3112
+ infoURL: 'https://www.plinga.technology/',
3113
+ shortName: 'plgchain',
3114
+ chainId: 242,
3115
+ networkId: 242,
3116
+ explorers: [
3117
+ {
3118
+ name: 'plgscan',
3119
+ url: 'https://www.plgscan.com',
3120
+ standard: 'EIP3091'
3121
+ }
3122
+ ]
3123
+ },
3101
3124
  {
3102
3125
  name: 'Energy Web Chain',
3103
3126
  chain: 'Energy Web Chain',
@@ -8817,6 +8840,44 @@ const chainArray = [
8817
8840
  }
8818
8841
  ]
8819
8842
  },
8843
+ {
8844
+ name: 'Botanix Testnet',
8845
+ chain: 'BTC',
8846
+ icon: 'botanix',
8847
+ rpc: [ 'https://testnet-rpc.btxtestchain.com' ],
8848
+ faucets: [ 'https://faucet.btxtestchain.com' ],
8849
+ nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
8850
+ infoURL: 'https://btxtestchain.com',
8851
+ shortName: 'BTCt',
8852
+ chainId: 3636,
8853
+ networkId: 3636,
8854
+ explorers: [
8855
+ {
8856
+ name: 'Botanix',
8857
+ url: 'https://testnet.btxtestchain.com',
8858
+ standard: 'EIP3091'
8859
+ }
8860
+ ]
8861
+ },
8862
+ {
8863
+ name: 'Botanix Mainnet',
8864
+ chain: 'BTC',
8865
+ icon: 'botanix',
8866
+ rpc: [ 'https://rpc.btxtestchain.com' ],
8867
+ faucets: [ 'https://faucet.btxtestchain.com' ],
8868
+ nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
8869
+ infoURL: 'https://btxtestchain.com',
8870
+ shortName: 'BTCm',
8871
+ chainId: 3637,
8872
+ networkId: 3637,
8873
+ explorers: [
8874
+ {
8875
+ name: 'Botanix',
8876
+ url: 'https://btxtestchain.com',
8877
+ standard: 'EIP3091'
8878
+ }
8879
+ ]
8880
+ },
8820
8881
  {
8821
8882
  name: 'Jouleverse Mainnet',
8822
8883
  chain: 'Jouleverse',
@@ -10082,10 +10143,7 @@ const chainArray = [
10082
10143
  name: 'ZetaChain Athens Testnet',
10083
10144
  chain: 'ZetaChain',
10084
10145
  icon: 'zetachain',
10085
- rpc: [
10086
- 'https://zetachain-athens-evm.blockpi.network/v1/rpc/public',
10087
- 'wss://zetachain-athens.blockpi.network/rpc/v1/public/websocket'
10088
- ],
10146
+ rpc: [ 'https://api.athens2.zetachain.com/evm' ],
10089
10147
  faucets: [ 'https://labs.zetachain.com/get-zeta' ],
10090
10148
  nativeCurrency: { name: 'Zeta', symbol: 'aZETA', decimals: 18 },
10091
10149
  infoURL: 'https://zetachain.com/docs',
@@ -16109,6 +16167,24 @@ const chainArray = [
16109
16167
  }
16110
16168
  ]
16111
16169
  },
16170
+ {
16171
+ name: 'Shinarium Beta',
16172
+ chain: 'Shinarium',
16173
+ rpc: [ 'https://rpc.shinarium.org' ],
16174
+ faucets: [ 'https://faucet.shinarium.org' ],
16175
+ nativeCurrency: { name: 'Shina Inu', symbol: 'SHI', decimals: 18 },
16176
+ infoURL: 'https://shinarium.org',
16177
+ shortName: 'shi',
16178
+ chainId: 534849,
16179
+ networkId: 534849,
16180
+ explorers: [
16181
+ {
16182
+ name: 'shinascan',
16183
+ url: 'https://shinascan.shinarium.org',
16184
+ standard: 'EIP3091'
16185
+ }
16186
+ ]
16187
+ },
16112
16188
  {
16113
16189
  name: 'BeanEco SmartChain',
16114
16190
  title: 'BESC Mainnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.179",
3
+ "version": "0.0.180",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {