eth-chainlist 0.0.416 → 0.0.418

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.418 (2024-06-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.417 ([7998165](https://github.com/poowf/eth-chainlist/commit/7998165b7a24fb16a203cdbfef2f63891b4d68ee))
9
+ * update chain data ([5a2d1ec](https://github.com/poowf/eth-chainlist/commit/5a2d1ec3701fa142bbc0dd86e6296897a1addd44))
10
+
11
+ ### 0.0.417 (2024-05-31)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.416 ([369dfe5](https://github.com/poowf/eth-chainlist/commit/369dfe512acc2230718893b82d157e0f2885e0bd))
17
+ * update chain data ([97f181c](https://github.com/poowf/eth-chainlist/commit/97f181cc03bb58fe95bfc25fc2b12ee8e2e1860f))
18
+
3
19
  ### 0.0.416 (2024-05-30)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3049,6 +3049,7 @@ const chainArray = [
3049
3049
  chain: 'RBN',
3050
3050
  chainId: 151,
3051
3051
  networkId: 151,
3052
+ slip44: 824,
3052
3053
  rpc: [],
3053
3054
  faucets: [],
3054
3055
  infoURL: 'https://redbelly.network',
@@ -3074,11 +3075,18 @@ const chainArray = [
3074
3075
  chainId: 153,
3075
3076
  networkId: 153,
3076
3077
  slip44: 1,
3077
- rpc: [],
3078
+ rpc: [ 'https://governors.testnet.redbelly.network' ],
3078
3079
  faucets: [],
3079
3080
  infoURL: 'https://redbelly.network',
3080
3081
  nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 },
3081
- status: 'incubating'
3082
+ explorers: [
3083
+ {
3084
+ name: 'Redbelly Network Testnet Explorer',
3085
+ url: 'https://explorer.testnet.redbelly.network',
3086
+ standard: 'none'
3087
+ }
3088
+ ],
3089
+ status: 'active'
3082
3090
  },
3083
3091
  {
3084
3092
  name: 'Redbelly Network TGE',
@@ -9692,6 +9700,25 @@ const chainArray = [
9692
9700
  }
9693
9701
  ]
9694
9702
  },
9703
+ {
9704
+ name: 'Sei Network',
9705
+ chain: 'Sei',
9706
+ rpc: [ 'https://evm-rpc.sei-apis.com', 'wss://evm-ws.sei-apis.com' ],
9707
+ faucets: [],
9708
+ nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
9709
+ infoURL: 'https://www.sei.io',
9710
+ shortName: 'sei',
9711
+ chainId: 1329,
9712
+ networkId: 1329,
9713
+ icon: 'seiv2',
9714
+ explorers: [
9715
+ {
9716
+ name: 'Seitrace',
9717
+ url: 'https://seitrace.com',
9718
+ standard: 'EIP3091'
9719
+ }
9720
+ ]
9721
+ },
9695
9722
  {
9696
9723
  name: 'Geth Testnet',
9697
9724
  title: 'Go Ethereum (Geth) Private Testnet',
@@ -9829,6 +9856,26 @@ const chainArray = [
9829
9856
  }
9830
9857
  ]
9831
9858
  },
9859
+ {
9860
+ name: 'Pingaksha testnet',
9861
+ chain: 'Pingaksha',
9862
+ icon: 'ramestta',
9863
+ rpc: [ 'https://testnet.ramestta.com' ],
9864
+ faucets: [],
9865
+ nativeCurrency: { name: 'Rama', symbol: 'tRAMA', decimals: 18 },
9866
+ infoURL: 'https://www.ramestta.com',
9867
+ shortName: 'tRAMA',
9868
+ chainId: 1377,
9869
+ networkId: 1377,
9870
+ explorers: [
9871
+ {
9872
+ name: 'Pingaksha',
9873
+ url: 'https://pingaksha.ramascan.com',
9874
+ icon: 'ramestta',
9875
+ standard: 'EIP3091'
9876
+ }
9877
+ ]
9878
+ },
9832
9879
  {
9833
9880
  name: 'Kalar Chain',
9834
9881
  chain: 'KLC',
@@ -24714,6 +24761,24 @@ const chainArray = [
24714
24761
  }
24715
24762
  ]
24716
24763
  },
24764
+ {
24765
+ name: 'GEEK Verse Mainnet',
24766
+ chain: 'GEEK',
24767
+ rpc: [ 'https://rpc.geekout-pte.com' ],
24768
+ faucets: [],
24769
+ nativeCurrency: { name: 'Geek', symbol: 'GEEK', decimals: 18 },
24770
+ infoURL: 'https://www.geekout-pte.com',
24771
+ shortName: 'GEEK',
24772
+ chainId: 75512,
24773
+ networkId: 75512,
24774
+ explorers: [
24775
+ {
24776
+ name: 'Geek Explorer',
24777
+ url: 'https://explorer.geekout-pte.com',
24778
+ standard: 'EIP3091'
24779
+ }
24780
+ ]
24781
+ },
24717
24782
  {
24718
24783
  name: 'BORAchain mainnet',
24719
24784
  chain: 'BORA',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.416",
3
+ "version": "0.0.418",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {