eth-chainlist 0.0.481 → 0.0.483

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.483 (2024-09-04)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.482 ([4f9500b](https://github.com/poowf/eth-chainlist/commit/4f9500bea0a9936788998c62211961bedf7e0b31))
9
+ * update chain data ([bfee0f0](https://github.com/poowf/eth-chainlist/commit/bfee0f0a7349ffdcd6aca6a7bbdfb4c75e441e17))
10
+
11
+ ### 0.0.482 (2024-09-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.481 ([8778f05](https://github.com/poowf/eth-chainlist/commit/8778f05aa978354ae15dfac0ef8ccd841382d9af))
17
+ * update chain data ([1e21c73](https://github.com/poowf/eth-chainlist/commit/1e21c73c9300e41274ea4114db1437fdb142013d))
18
+
3
19
  ### 0.0.481 (2024-09-02)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2832,9 +2832,9 @@ const chainArray = [
2832
2832
  'wss://polygon.drpc.org'
2833
2833
  ],
2834
2834
  faucets: [],
2835
- nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
2835
+ nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
2836
2836
  infoURL: 'https://polygon.technology/',
2837
- shortName: 'matic',
2837
+ shortName: 'pol',
2838
2838
  chainId: 137,
2839
2839
  networkId: 137,
2840
2840
  slip44: 966,
@@ -7176,6 +7176,30 @@ const chainArray = [
7176
7176
  }
7177
7177
  ]
7178
7178
  },
7179
+ {
7180
+ name: 'Birdee-2',
7181
+ chain: 'Tucana',
7182
+ title: 'Tucana Testnet',
7183
+ rpc: [
7184
+ 'https://evm-rpc.birdee-2.tucana.zone',
7185
+ 'wss://evm-ws.birdee-2.tucana.zone'
7186
+ ],
7187
+ faucets: [],
7188
+ nativeCurrency: { name: 'Tucana', symbol: 'TUC', decimals: 18 },
7189
+ infoURL: 'https://tucana.zone',
7190
+ shortName: 'birdee-2',
7191
+ chainId: 712,
7192
+ networkId: 712,
7193
+ slip44: 1,
7194
+ icon: 'tucana',
7195
+ explorers: [
7196
+ {
7197
+ name: 'Birdee-2 Explorer',
7198
+ url: 'https://explorer.birdee-2.tucana.zone',
7199
+ standard: 'EIP3091'
7200
+ }
7201
+ ]
7202
+ },
7179
7203
  {
7180
7204
  name: 'Vrcscan Mainnet',
7181
7205
  chain: 'VRC',
@@ -11084,7 +11108,8 @@ const chainArray = [
11084
11108
  name: 'Gravity Alpha Mainnet Explorer',
11085
11109
  url: 'https://explorer.gravity.xyz',
11086
11110
  standard: 'EIP3091'
11087
- }
11111
+ },
11112
+ { name: 'gscan', url: 'https://gscan.xyz', standard: 'EIP3091' }
11088
11113
  ],
11089
11114
  parent: {
11090
11115
  type: 'L2',
@@ -14046,6 +14071,25 @@ const chainArray = [
14046
14071
  }
14047
14072
  ]
14048
14073
  },
14074
+ {
14075
+ name: '6Degree of Outreach',
14076
+ chain: '6DO',
14077
+ rpc: [ 'https://rpc.6do.world' ],
14078
+ faucets: [],
14079
+ nativeCurrency: { name: '6Degree Coin', symbol: '6DO', decimals: 18 },
14080
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
14081
+ infoURL: 'https://6do.world',
14082
+ shortName: '6do',
14083
+ chainId: 2477,
14084
+ networkId: 2477,
14085
+ explorers: [
14086
+ {
14087
+ name: '6Degree Chain Explorer',
14088
+ url: 'https://explorer.6do.world',
14089
+ standard: 'EIP3091'
14090
+ }
14091
+ ]
14092
+ },
14049
14093
  {
14050
14094
  name: 'Unicorn Ultra Nebulas Testnet',
14051
14095
  chain: 'u2u',
@@ -26277,6 +26321,26 @@ const chainArray = [
26277
26321
  ],
26278
26322
  parent: { type: 'L2', chain: 'eip155-3' }
26279
26323
  },
26324
+ {
26325
+ name: 'Erbie Mainnet',
26326
+ chain: 'Erbie',
26327
+ rpc: [ 'https://api.erbie.io' ],
26328
+ faucets: [],
26329
+ nativeCurrency: { name: 'ERB', symbol: 'ERB', decimals: 18 },
26330
+ infoURL: 'https://www.erbie.io',
26331
+ shortName: 'Erbie',
26332
+ chainId: 50888,
26333
+ networkId: 50888,
26334
+ icon: 'erbie',
26335
+ explorers: [
26336
+ {
26337
+ name: 'Erbie Explorer',
26338
+ url: 'https://www.erbie.io/explorer',
26339
+ standard: 'none',
26340
+ icon: 'erbie'
26341
+ }
26342
+ ]
26343
+ },
26280
26344
  {
26281
26345
  name: 'Lumoz Testnet Alpha',
26282
26346
  chain: 'ETH',
@@ -26432,6 +26496,25 @@ const chainArray = [
26432
26496
  }
26433
26497
  ]
26434
26498
  },
26499
+ {
26500
+ name: 'OverProtocol Mainnet',
26501
+ chain: 'OverProtocol',
26502
+ icon: 'overIcon',
26503
+ rpc: [ 'https://public.rpc.overprotocol.com' ],
26504
+ faucets: [],
26505
+ nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
26506
+ infoURL: 'https://docs.over.network',
26507
+ shortName: 'overprotocol',
26508
+ chainId: 54176,
26509
+ networkId: 54176,
26510
+ explorers: [
26511
+ {
26512
+ name: 'OverView',
26513
+ url: 'https://view.over.network',
26514
+ standard: 'EIP3091'
26515
+ }
26516
+ ]
26517
+ },
26435
26518
  {
26436
26519
  name: 'Haqq Chain Testnet',
26437
26520
  chain: 'TestEdge2',
@@ -30636,6 +30719,36 @@ const chainArray = [
30636
30719
  }
30637
30720
  ]
30638
30721
  },
30722
+ {
30723
+ name: 'DuckChain Testnet',
30724
+ title: 'DuckChain Testnet',
30725
+ chain: 'DuckChain',
30726
+ icon: 'duckchain',
30727
+ rpc: [
30728
+ 'https://testnet-rpc.duckchain.io',
30729
+ 'https://testnet-rpc-hk.duckchain.io'
30730
+ ],
30731
+ faucets: [],
30732
+ nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
30733
+ infoURL: 'https://duckchain.io',
30734
+ shortName: 'Duck-Chain-Testnet',
30735
+ chainId: 202105,
30736
+ networkId: 202105,
30737
+ explorers: [
30738
+ {
30739
+ name: 'DuckChain Scan',
30740
+ url: 'https://www.okx.com/web3/explorer/duckchain-testnet',
30741
+ icon: 'duckchain',
30742
+ standard: 'EIP3091'
30743
+ },
30744
+ {
30745
+ name: 'DuckChain Scan',
30746
+ url: 'https://www.oklink.com/duckchain-testnet',
30747
+ icon: 'duckchain',
30748
+ standard: 'EIP3091'
30749
+ }
30750
+ ]
30751
+ },
30639
30752
  {
30640
30753
  name: 'X1 Devnet',
30641
30754
  chain: 'X1',
@@ -32353,6 +32466,25 @@ const chainArray = [
32353
32466
  }
32354
32467
  ]
32355
32468
  },
32469
+ {
32470
+ name: 'OverProtocol Testnet',
32471
+ chain: 'OverProtocol',
32472
+ icon: 'overIcon',
32473
+ rpc: [ 'https://wallet-dolphin.rpc.over.network' ],
32474
+ faucets: [],
32475
+ nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
32476
+ infoURL: 'https://docs.over.network',
32477
+ shortName: 'overprotocol-testnet',
32478
+ chainId: 541764,
32479
+ networkId: 541764,
32480
+ explorers: [
32481
+ {
32482
+ name: 'OverView Testnet',
32483
+ url: 'https://dolphin.view.over.network',
32484
+ standard: 'EIP3091'
32485
+ }
32486
+ ]
32487
+ },
32356
32488
  {
32357
32489
  name: 'One World Chain Testnet',
32358
32490
  chain: 'One World Chain',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.481",
3
+ "version": "0.0.483",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {