eth-chainlist 0.0.416 → 0.0.417
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 +8 -0
- package/data/chain.js +48 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.417 (2024-05-31)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.416 ([369dfe5](https://github.com/poowf/eth-chainlist/commit/369dfe512acc2230718893b82d157e0f2885e0bd))
|
9
|
+
* update chain data ([97f181c](https://github.com/poowf/eth-chainlist/commit/97f181cc03bb58fe95bfc25fc2b12ee8e2e1860f))
|
10
|
+
|
3
11
|
### 0.0.416 (2024-05-30)
|
4
12
|
|
5
13
|
|
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
|
-
|
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',
|
@@ -9829,6 +9837,26 @@ const chainArray = [
|
|
9829
9837
|
}
|
9830
9838
|
]
|
9831
9839
|
},
|
9840
|
+
{
|
9841
|
+
name: 'Pingaksha testnet',
|
9842
|
+
chain: 'Pingaksha',
|
9843
|
+
icon: 'ramestta',
|
9844
|
+
rpc: [ 'https://testnet.ramestta.com' ],
|
9845
|
+
faucets: [],
|
9846
|
+
nativeCurrency: { name: 'Rama', symbol: 'tRAMA', decimals: 18 },
|
9847
|
+
infoURL: 'https://www.ramestta.com',
|
9848
|
+
shortName: 'tRAMA',
|
9849
|
+
chainId: 1377,
|
9850
|
+
networkId: 1377,
|
9851
|
+
explorers: [
|
9852
|
+
{
|
9853
|
+
name: 'Pingaksha',
|
9854
|
+
url: 'https://pingaksha.ramascan.com',
|
9855
|
+
icon: 'ramestta',
|
9856
|
+
standard: 'EIP3091'
|
9857
|
+
}
|
9858
|
+
]
|
9859
|
+
},
|
9832
9860
|
{
|
9833
9861
|
name: 'Kalar Chain',
|
9834
9862
|
chain: 'KLC',
|
@@ -24714,6 +24742,24 @@ const chainArray = [
|
|
24714
24742
|
}
|
24715
24743
|
]
|
24716
24744
|
},
|
24745
|
+
{
|
24746
|
+
name: 'GEEK Verse Mainnet',
|
24747
|
+
chain: 'GEEK',
|
24748
|
+
rpc: [ 'https://rpc.geekout-pte.com' ],
|
24749
|
+
faucets: [],
|
24750
|
+
nativeCurrency: { name: 'Geek', symbol: 'GEEK', decimals: 18 },
|
24751
|
+
infoURL: 'https://www.geekout-pte.com',
|
24752
|
+
shortName: 'GEEK',
|
24753
|
+
chainId: 75512,
|
24754
|
+
networkId: 75512,
|
24755
|
+
explorers: [
|
24756
|
+
{
|
24757
|
+
name: 'Geek Explorer',
|
24758
|
+
url: 'https://explorer.geekout-pte.com',
|
24759
|
+
standard: 'EIP3091'
|
24760
|
+
}
|
24761
|
+
]
|
24762
|
+
},
|
24717
24763
|
{
|
24718
24764
|
name: 'BORAchain mainnet',
|
24719
24765
|
chain: 'BORA',
|