eth-chainlist 0.0.182 → 0.0.183

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.183 (2023-07-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.182 ([7ff1f40](https://github.com/poowf/eth-chainlist/commit/7ff1f40340d2e7fc4c5376ad48cb6fdd400ac897))
9
+ * update chain data ([0e935a4](https://github.com/poowf/eth-chainlist/commit/0e935a4b283509208b5f2ca0bcc2e682063a7b41))
10
+
3
11
  ### 0.0.182 (2023-07-12)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -996,13 +996,13 @@ const chainArray = [
996
996
  ]
997
997
  },
998
998
  {
999
- name: 'Binance Smart Chain Mainnet',
999
+ name: 'BNB Smart Chain Mainnet',
1000
1000
  chain: 'BSC',
1001
1001
  rpc: [
1002
- 'https://bsc-dataseed1.binance.org',
1003
- 'https://bsc-dataseed2.binance.org',
1004
- 'https://bsc-dataseed3.binance.org',
1005
- 'https://bsc-dataseed4.binance.org',
1002
+ 'https://bsc-dataseed1.bnbchain.org',
1003
+ 'https://bsc-dataseed2.bnbchain.org',
1004
+ 'https://bsc-dataseed3.bnbchain.org',
1005
+ 'https://bsc-dataseed4.bnbchain.org',
1006
1006
  'https://bsc-dataseed1.defibit.io',
1007
1007
  'https://bsc-dataseed2.defibit.io',
1008
1008
  'https://bsc-dataseed3.defibit.io',
@@ -1015,8 +1015,8 @@ const chainArray = [
1015
1015
  'wss://bsc-ws-node.nariox.org'
1016
1016
  ],
1017
1017
  faucets: [ 'https://free-online-app.com/faucet-for-eth-evm-chains/' ],
1018
- nativeCurrency: { name: 'Binance Chain Native Token', symbol: 'BNB', decimals: 18 },
1019
- infoURL: 'https://www.binance.org',
1018
+ nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
1019
+ infoURL: 'https://www.bnbchain.org/en',
1020
1020
  shortName: 'bnb',
1021
1021
  chainId: 56,
1022
1022
  networkId: 56,
@@ -1771,24 +1771,20 @@ const chainArray = [
1771
1771
  redFlags: [ 'reusedChainId' ]
1772
1772
  },
1773
1773
  {
1774
- name: 'Binance Smart Chain Testnet',
1774
+ name: 'BNB Smart Chain Testnet',
1775
1775
  chain: 'BSC',
1776
1776
  rpc: [
1777
- 'https://data-seed-prebsc-1-s1.binance.org:8545',
1778
- 'https://data-seed-prebsc-2-s1.binance.org:8545',
1779
- 'https://data-seed-prebsc-1-s2.binance.org:8545',
1780
- 'https://data-seed-prebsc-2-s2.binance.org:8545',
1781
- 'https://data-seed-prebsc-1-s3.binance.org:8545',
1782
- 'https://data-seed-prebsc-2-s3.binance.org:8545',
1777
+ 'https://data-seed-prebsc-1-s1.bnbchain.org:8545',
1778
+ 'https://data-seed-prebsc-2-s1.bnbchain.org:8545',
1779
+ 'https://data-seed-prebsc-1-s2.bnbchain.org:8545',
1780
+ 'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
1781
+ 'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
1782
+ 'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
1783
1783
  'https://bsc-testnet.publicnode.com'
1784
1784
  ],
1785
- faucets: [ 'https://testnet.binance.org/faucet-smart' ],
1786
- nativeCurrency: {
1787
- name: 'Binance Chain Native Token',
1788
- symbol: 'tBNB',
1789
- decimals: 18
1790
- },
1791
- infoURL: 'https://testnet.binance.org/',
1785
+ faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
1786
+ nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tBNB', decimals: 18 },
1787
+ infoURL: 'https://www.bnbchain.org/en',
1792
1788
  shortName: 'bnbt',
1793
1789
  chainId: 97,
1794
1790
  networkId: 97,
@@ -3976,6 +3972,32 @@ const chainArray = [
3976
3972
  chainId: 420,
3977
3973
  networkId: 420
3978
3974
  },
3975
+ {
3976
+ name: 'PGN (Public Goods Network)',
3977
+ chain: 'ETH',
3978
+ rpc: [ 'https://rpc.publicgoods.network' ],
3979
+ faucets: [],
3980
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
3981
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
3982
+ infoURL: 'https://publicgoods.network/',
3983
+ shortName: 'PGN',
3984
+ chainId: 424,
3985
+ networkId: 424,
3986
+ icon: 'publicGoodsNetwork',
3987
+ explorers: [
3988
+ {
3989
+ name: 'blockscout',
3990
+ url: 'https://explorer.publicgoods.network',
3991
+ icon: 'blockscout',
3992
+ standard: 'EIP3091'
3993
+ }
3994
+ ],
3995
+ parent: {
3996
+ type: 'L2',
3997
+ chain: 'eip155-1',
3998
+ bridges: [ { url: 'https://bridge.publicgoods.network' } ]
3999
+ }
4000
+ },
3979
4001
  {
3980
4002
  name: 'Zeeth Chain',
3981
4003
  chain: 'ZeethChain',
@@ -12389,6 +12411,25 @@ const chainArray = [
12389
12411
  }
12390
12412
  ]
12391
12413
  },
12414
+ {
12415
+ name: 'MXC zkEVM Mainnet',
12416
+ chain: 'MXC zkEVM',
12417
+ icon: 'mxczkevm',
12418
+ rpc: [ 'https://rpc.mxc.com' ],
12419
+ faucets: [],
12420
+ nativeCurrency: { name: 'MXC zkEVM Mainnet', symbol: 'MXC', decimals: 18 },
12421
+ infoURL: 'https://doc.mxc.com/docs/intro',
12422
+ shortName: 'MXCzkEVM',
12423
+ chainId: 18686,
12424
+ networkId: 18686,
12425
+ explorers: [
12426
+ {
12427
+ name: 'MXC zkEVM Mainnet',
12428
+ url: 'https://explorer.mxc.com',
12429
+ standard: 'EIP3091'
12430
+ }
12431
+ ]
12432
+ },
12392
12433
  {
12393
12434
  name: 'HOME Verse Mainnet',
12394
12435
  chain: 'HOME Verse',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.182",
3
+ "version": "0.0.183",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {