eth-chainlist 0.0.448 → 0.0.449

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.449 (2024-07-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.448 ([73030b5](https://github.com/poowf/eth-chainlist/commit/73030b5b1caa92bd3f4079861f6f6e9280eb6209))
9
+ * update chain data ([1892e84](https://github.com/poowf/eth-chainlist/commit/1892e84363690e1717f22bf61c96787e7264aa06))
10
+
3
11
  ### 0.0.448 (2024-07-19)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4063,6 +4063,24 @@ const chainArray = [
4063
4063
  }
4064
4064
  ]
4065
4065
  },
4066
+ {
4067
+ name: 'BlockEx Mainnet',
4068
+ chain: 'BlockEx',
4069
+ rpc: [ 'https://rpc.blockex.biz' ],
4070
+ faucets: [],
4071
+ nativeCurrency: { name: 'BlockEx', symbol: 'XBE', decimals: 18 },
4072
+ infoURL: 'https://blockex.biz',
4073
+ shortName: 'BlockEx',
4074
+ chainId: 221,
4075
+ networkId: 221,
4076
+ explorers: [
4077
+ {
4078
+ name: 'BlockEx Scan',
4079
+ url: 'http://explorer.blockex.biz',
4080
+ standard: 'EIP3091'
4081
+ }
4082
+ ]
4083
+ },
4066
4084
  {
4067
4085
  name: 'Permission',
4068
4086
  chain: 'ASK',
@@ -6615,6 +6633,26 @@ const chainArray = [
6615
6633
  }
6616
6634
  ]
6617
6635
  },
6636
+ {
6637
+ name: 'Darwin Devnet',
6638
+ chain: 'Darwin',
6639
+ rpc: [ 'https://devnet.darwinchain.ai' ],
6640
+ faucets: [ 'https://devnet.darwinchain.ai/faucet' ],
6641
+ nativeCurrency: { name: 'Darwin Devnet token', symbol: 'DNA', decimals: 18 },
6642
+ infoURL: 'https://darwinchain.ai',
6643
+ shortName: 'darwin-devnet',
6644
+ chainId: 610,
6645
+ networkId: 610,
6646
+ icon: 'darwin',
6647
+ explorers: [
6648
+ {
6649
+ name: 'Darwin Explorer',
6650
+ url: 'https://explorer.darwinchain.ai',
6651
+ icon: 'darwin',
6652
+ standard: 'none'
6653
+ }
6654
+ ]
6655
+ },
6618
6656
  {
6619
6657
  name: 'EIOB Mainnet',
6620
6658
  chain: 'EIOB',
@@ -16660,6 +16698,26 @@ const chainArray = [
16660
16698
  }
16661
16699
  ]
16662
16700
  },
16701
+ {
16702
+ name: 'Netsbo',
16703
+ chain: 'NETSBO',
16704
+ rpc: [ 'https://rpc1.netsbo.io', 'https://rpc2.netsbo.io' ],
16705
+ faucets: [],
16706
+ nativeCurrency: { name: 'Netsbo', symbol: 'NETS', decimals: 18 },
16707
+ infoURL: 'https://netsbo.io',
16708
+ shortName: 'nets',
16709
+ chainId: 5333,
16710
+ networkId: 5333,
16711
+ icon: 'netsbo',
16712
+ explorers: [
16713
+ {
16714
+ name: 'netsbo',
16715
+ url: 'https://explorer.netsbo.io',
16716
+ icon: 'netsbo',
16717
+ standard: 'none'
16718
+ }
16719
+ ]
16720
+ },
16663
16721
  {
16664
16722
  name: 'Tritanium Testnet',
16665
16723
  chain: 'TRITANIUM',
@@ -21045,6 +21103,25 @@ const chainArray = [
21045
21103
  }
21046
21104
  ]
21047
21105
  },
21106
+ {
21107
+ name: 'SatsChain',
21108
+ chain: 'SatsChain',
21109
+ rpc: [ 'https://rpc-satschain-1.bevm.io' ],
21110
+ faucets: [],
21111
+ nativeCurrency: { name: 'SATS', symbol: 'SATS', decimals: 18 },
21112
+ infoURL: 'https://github.com/BTCSatsNetwork',
21113
+ shortName: 'satschain',
21114
+ chainId: 11521,
21115
+ networkId: 11521,
21116
+ icon: 'satschain',
21117
+ explorers: [
21118
+ {
21119
+ name: 'satschain scan',
21120
+ url: 'https://scan-satschain.bevm.io',
21121
+ standard: 'none'
21122
+ }
21123
+ ]
21124
+ },
21048
21125
  {
21049
21126
  name: 'Sardis Testnet',
21050
21127
  chain: 'SRDX',
@@ -22013,6 +22090,25 @@ const chainArray = [
22013
22090
  }
22014
22091
  ]
22015
22092
  },
22093
+ {
22094
+ name: '0G-Newton-Testnet',
22095
+ chain: '0G-Testnet',
22096
+ rpc: [ 'https://rpc-testnet.0g.ai' ],
22097
+ faucets: [ 'https://faucet.0g.ai' ],
22098
+ nativeCurrency: { name: 'A0GI', symbol: 'A0GI', decimals: 18 },
22099
+ infoURL: 'https://0g.ai',
22100
+ shortName: '0gai-testnet',
22101
+ chainId: 16600,
22102
+ networkId: 16600,
22103
+ icon: '0gai',
22104
+ explorers: [
22105
+ {
22106
+ name: '0G Chain Explorer',
22107
+ url: 'https://chainscan-newton.0g.ai',
22108
+ standard: 'none'
22109
+ }
22110
+ ]
22111
+ },
22016
22112
  {
22017
22113
  name: 'IRIShub Testnet',
22018
22114
  chain: 'IRIShub',
@@ -33204,6 +33300,48 @@ const chainArray = [
33204
33300
  chainId: 18289463,
33205
33301
  networkId: 18289463
33206
33302
  },
33303
+ {
33304
+ name: 'DeepBrainChain Testnet',
33305
+ chain: 'DeepBrainChain',
33306
+ rpc: [ 'https://rpc-testnet.dbcwallet.io' ],
33307
+ faucets: [],
33308
+ nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
33309
+ infoURL: 'https://www.deepbrainchain.org',
33310
+ shortName: 'tDBC',
33311
+ chainId: 19850818,
33312
+ icon: 'dbc',
33313
+ networkId: 19850818,
33314
+ slip44: 1,
33315
+ explorers: [
33316
+ {
33317
+ name: 'DeepBrainChain Testnet',
33318
+ url: 'https://blockscout-testnet.dbcscan.io',
33319
+ icon: 'dbc',
33320
+ standard: 'EIP3091'
33321
+ }
33322
+ ]
33323
+ },
33324
+ {
33325
+ name: 'DeepBrainChain Mainnet',
33326
+ chain: 'DeepBrainChain',
33327
+ rpc: [ 'https://rpc.dbcwallet.io' ],
33328
+ faucets: [],
33329
+ nativeCurrency: { name: 'DeepBrainChain', symbol: 'DBC', decimals: 18 },
33330
+ infoURL: 'https://www.deepbrainchain.org',
33331
+ shortName: 'DBC',
33332
+ chainId: 19880818,
33333
+ networkId: 19880818,
33334
+ icon: 'dbc',
33335
+ slip44: 1,
33336
+ explorers: [
33337
+ {
33338
+ name: 'DeepBrainChain Mainnet',
33339
+ url: 'https://blockscout.dbcscan.io',
33340
+ icon: 'dbc',
33341
+ standard: 'EIP3091'
33342
+ }
33343
+ ]
33344
+ },
33207
33345
  {
33208
33346
  name: 'Stability Testnet',
33209
33347
  chain: 'stabilityTestnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.448",
3
+ "version": "0.0.449",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {