eth-chainlist 0.0.36 → 0.0.38

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +133 -13
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.38 (2022-12-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.37 ([a11b7d0](https://github.com/poowf/eth-chainlist/commit/a11b7d0205569a62051890e368d5f67e388aec4e))
9
+ * update chain data ([da444fe](https://github.com/poowf/eth-chainlist/commit/da444fe56706f0cb1d53bd0e6e457d63d41f070a))
10
+
11
+ ### 0.0.37 (2022-12-16)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.36 ([74a6abd](https://github.com/poowf/eth-chainlist/commit/74a6abd0a7c5e7d599c22514423cefb2301e0af5))
17
+ * update chain data ([31b7aef](https://github.com/poowf/eth-chainlist/commit/31b7aef07d289d4d2976ec9378e00064a6f556e1))
18
+
3
19
  ### 0.0.36 (2022-12-15)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -132,13 +132,21 @@ const chainArray = [
132
132
  {
133
133
  name: 'ThaiChain',
134
134
  chain: 'TCH',
135
- rpc: [ 'https://rpc.dome.cloud' ],
135
+ rpc: [ 'https://rpc.dome.cloud', 'https://rpc.thaichain.org' ],
136
136
  faucets: [],
137
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
137
138
  nativeCurrency: { name: 'ThaiChain Ether', symbol: 'TCH', decimals: 18 },
138
139
  infoURL: 'https://thaichain.io',
139
140
  shortName: 'tch',
140
141
  chainId: 7,
141
- networkId: 7
142
+ networkId: 7,
143
+ explorers: [
144
+ {
145
+ name: 'Thaichain Explorer',
146
+ url: 'https://exp.thaichain.org',
147
+ standard: 'EIP3091'
148
+ }
149
+ ]
142
150
  },
143
151
  {
144
152
  name: 'Ubiq',
@@ -3026,6 +3034,24 @@ const chainArray = [
3026
3034
  chainId: 420,
3027
3035
  networkId: 420
3028
3036
  },
3037
+ {
3038
+ name: 'Zeeth Chain',
3039
+ chain: 'ZeethChain',
3040
+ rpc: [ 'https://rpc.zeeth.io' ],
3041
+ faucets: [],
3042
+ nativeCurrency: { name: 'Zeeth Token', symbol: 'ZTH', decimals: 18 },
3043
+ infoURL: '',
3044
+ shortName: 'zeeth',
3045
+ chainId: 427,
3046
+ networkId: 427,
3047
+ explorers: [
3048
+ {
3049
+ name: 'Zeeth Explorer',
3050
+ url: 'https://explorer.zeeth.io',
3051
+ standard: 'none'
3052
+ }
3053
+ ]
3054
+ },
3029
3055
  {
3030
3056
  name: 'Rupaya',
3031
3057
  chain: 'RUPX',
@@ -3155,6 +3181,20 @@ const chainArray = [
3155
3181
  }
3156
3182
  ]
3157
3183
  },
3184
+ {
3185
+ name: 'Firechain Mainnet',
3186
+ chain: 'FIRE',
3187
+ icon: 'firechain',
3188
+ rpc: [ 'https://mainnet.rpc1.thefirechain.com' ],
3189
+ faucets: [],
3190
+ nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
3191
+ infoURL: 'https://thefirechain.com',
3192
+ shortName: 'fire',
3193
+ chainId: 529,
3194
+ networkId: 529,
3195
+ explorers: [],
3196
+ status: 'incubating'
3197
+ },
3158
3198
  {
3159
3199
  name: 'F(x)Core Mainnet Network',
3160
3200
  chain: 'Fxcore',
@@ -3646,6 +3686,24 @@ const chainArray = [
3646
3686
  networkId: 2,
3647
3687
  status: 'deprecated'
3648
3688
  },
3689
+ {
3690
+ name: 'Zeeth Chain Dev',
3691
+ chain: 'ZeethChainDev',
3692
+ rpc: [ 'https://rpc.dev.zeeth.io' ],
3693
+ faucets: [],
3694
+ nativeCurrency: { name: 'Zeeth Token', symbol: 'ZTH', decimals: 18 },
3695
+ infoURL: '',
3696
+ shortName: 'zeethdev',
3697
+ chainId: 859,
3698
+ networkId: 859,
3699
+ explorers: [
3700
+ {
3701
+ name: 'Zeeth Explorer Dev',
3702
+ url: 'https://explorer.dev.zeeth.io',
3703
+ standard: 'none'
3704
+ }
3705
+ ]
3706
+ },
3649
3707
  {
3650
3708
  name: 'Dexit Network',
3651
3709
  chain: 'DXT',
@@ -3791,6 +3849,20 @@ const chainArray = [
3791
3849
  explorers: [],
3792
3850
  status: 'incubating'
3793
3851
  },
3852
+ {
3853
+ name: 'Rinia Testnet',
3854
+ chain: 'FIRE',
3855
+ icon: 'rinia',
3856
+ rpc: [ 'https://rinia.rpc1.thefirechain.com' ],
3857
+ faucets: [ 'https://faucet.thefirechain.com' ],
3858
+ nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
3859
+ infoURL: 'https://thefirechain.com',
3860
+ shortName: 'tfire',
3861
+ chainId: 917,
3862
+ networkId: 917,
3863
+ explorers: [],
3864
+ status: 'incubating'
3865
+ },
3794
3866
  {
3795
3867
  name: 'PulseChain Testnet',
3796
3868
  shortName: 'tpls',
@@ -6056,8 +6128,8 @@ const chainArray = [
6056
6128
  ]
6057
6129
  },
6058
6130
  {
6059
- name: 'Pando Mainnet',
6060
- chain: 'Pando',
6131
+ name: 'PandoProject Mainnet',
6132
+ chain: 'PandoProject',
6061
6133
  icon: 'pando',
6062
6134
  rpc: [ 'https://eth-rpc-api.pandoproject.org/rpc' ],
6063
6135
  faucets: [],
@@ -6075,8 +6147,8 @@ const chainArray = [
6075
6147
  ]
6076
6148
  },
6077
6149
  {
6078
- name: 'Pando Testnet',
6079
- chain: 'Pando',
6150
+ name: 'PandoProject Testnet',
6151
+ chain: 'PandoProject',
6080
6152
  icon: 'pando',
6081
6153
  rpc: [ 'https://testnet.ethrpc.pandoproject.org/rpc' ],
6082
6154
  faucets: [],
@@ -6452,17 +6524,18 @@ const chainArray = [
6452
6524
  explorers: []
6453
6525
  },
6454
6526
  {
6455
- name: 'Firechain Mainnet',
6527
+ name: 'Firechain Mainnet Old',
6456
6528
  chain: 'FIRE',
6457
6529
  icon: 'firechain',
6458
6530
  rpc: [ 'https://mainnet.rpc1.thefirechain.com' ],
6459
6531
  faucets: [],
6460
6532
  nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
6461
6533
  infoURL: 'https://thefirechain.com',
6462
- shortName: 'fire',
6534
+ shortName: '_old_fire',
6463
6535
  chainId: 5290,
6464
6536
  networkId: 5290,
6465
- explorers: []
6537
+ explorers: [],
6538
+ status: 'deprecated'
6466
6539
  },
6467
6540
  {
6468
6541
  name: 'Uzmi Network Mainnet',
@@ -7253,17 +7326,18 @@ const chainArray = [
7253
7326
  networkId: 9100
7254
7327
  },
7255
7328
  {
7256
- name: 'Rinia Testnet',
7329
+ name: 'Rinia Testnet Old',
7257
7330
  chain: 'FIRE',
7258
7331
  icon: 'rinia',
7259
7332
  rpc: [ 'https://rinia.rpc1.thefirechain.com' ],
7260
7333
  faucets: [ 'https://faucet.thefirechain.com' ],
7261
7334
  nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
7262
7335
  infoURL: 'https://thefirechain.com',
7263
- shortName: 'tfire',
7336
+ shortName: '_old_tfire',
7264
7337
  chainId: 9170,
7265
7338
  networkId: 9170,
7266
- explorers: []
7339
+ explorers: [],
7340
+ status: 'deprecated'
7267
7341
  },
7268
7342
  {
7269
7343
  name: 'Rangers Protocol Testnet Robin',
@@ -8259,7 +8333,10 @@ const chainArray = [
8259
8333
  name: 'Filecoin - Wallaby testnet',
8260
8334
  chain: 'FIL',
8261
8335
  status: 'incubating',
8262
- rpc: [ 'https://wallaby.node.glif.io/rpc/v0' ],
8336
+ rpc: [
8337
+ 'https://wallaby.filfox.info/rpc/v0',
8338
+ 'https://wallaby.node.glif.io/rpc/v0'
8339
+ ],
8263
8340
  faucets: [ 'https://wallaby.network/#faucet' ],
8264
8341
  nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
8265
8342
  infoURL: 'https://filecoin.io',
@@ -8269,6 +8346,11 @@ const chainArray = [
8269
8346
  networkId: 31415,
8270
8347
  slip44: 1,
8271
8348
  explorers: [
8349
+ {
8350
+ name: 'Filfox',
8351
+ url: 'https://wallaby.filfox.info',
8352
+ standard: 'none'
8353
+ },
8272
8354
  {
8273
8355
  name: 'Glif Explorer',
8274
8356
  url: 'https://explorer.glif.io/wallaby',
@@ -8338,6 +8420,26 @@ const chainArray = [
8338
8420
  }
8339
8421
  ]
8340
8422
  },
8423
+ {
8424
+ name: 'J2O Taro',
8425
+ chain: 'TARO',
8426
+ rpc: [ 'https://rpc.j2o.io' ],
8427
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
8428
+ faucets: [],
8429
+ nativeCurrency: { name: 'TARO Coin', symbol: 'taro', decimals: 18 },
8430
+ infoURL: 'https://j2o.io',
8431
+ shortName: 'j2o',
8432
+ chainId: 35011,
8433
+ networkId: 35011,
8434
+ explorers: [
8435
+ {
8436
+ name: 'J2O Taro Explorer',
8437
+ url: 'https://exp.j2o.io',
8438
+ icon: 'j2otaro',
8439
+ standard: 'EIP3091'
8440
+ }
8441
+ ]
8442
+ },
8341
8443
  {
8342
8444
  name: 'Q Mainnet',
8343
8445
  chain: 'Q',
@@ -11629,6 +11731,24 @@ const chainArray = [
11629
11731
  }
11630
11732
  ]
11631
11733
  },
11734
+ {
11735
+ name: 'PDC Mainnet',
11736
+ chain: 'IPDC',
11737
+ rpc: [ 'https://mainnet.ipdc.io/' ],
11738
+ faucets: [],
11739
+ nativeCurrency: { name: 'PDC', symbol: 'PDC', decimals: 18 },
11740
+ infoURL: 'https://ipdc.io',
11741
+ shortName: 'ipdc',
11742
+ chainId: 666301171999,
11743
+ networkId: 666301171999,
11744
+ explorers: [
11745
+ {
11746
+ name: 'ipdcscan',
11747
+ url: 'https://scan.ipdc.io',
11748
+ standard: 'EIP3091'
11749
+ }
11750
+ ]
11751
+ },
11632
11752
  {
11633
11753
  name: 'Molereum Network',
11634
11754
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.36",
3
+ "version": "0.0.38",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {