eth-chainlist 0.0.602 → 0.0.603
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 +24 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.603 (2025-02-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.602 ([9396d92](https://github.com/poowf/eth-chainlist/commit/9396d920acd88b7195270affc78f70d8d41a957b))
|
9
|
+
* update chain data ([9e7b97b](https://github.com/poowf/eth-chainlist/commit/9e7b97b413d40149006a708ec5878e73869c5d15))
|
10
|
+
|
3
11
|
### 0.0.602 (2025-02-03)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -35370,6 +35370,25 @@ const chainArray = [
|
|
35370
35370
|
}
|
35371
35371
|
]
|
35372
35372
|
},
|
35373
|
+
{
|
35374
|
+
name: 'Fushuma',
|
35375
|
+
chain: 'Fushuma',
|
35376
|
+
rpc: [ 'https://rpc.fushuma.com' ],
|
35377
|
+
faucets: [],
|
35378
|
+
nativeCurrency: { name: 'FUSHUMA', symbol: 'FUMA', decimals: 18 },
|
35379
|
+
features: [ { name: 'EIP155' } ],
|
35380
|
+
infoURL: '',
|
35381
|
+
shortName: 'fushuma',
|
35382
|
+
chainId: 121224,
|
35383
|
+
networkId: 121224,
|
35384
|
+
explorers: [
|
35385
|
+
{
|
35386
|
+
name: 'FumaScan',
|
35387
|
+
url: 'https://fumascan.com',
|
35388
|
+
standard: 'none'
|
35389
|
+
}
|
35390
|
+
]
|
35391
|
+
},
|
35373
35392
|
{
|
35374
35393
|
name: 'Gemchain',
|
35375
35394
|
chain: 'Gemchain',
|
@@ -43149,11 +43168,11 @@ const chainArray = [
|
|
43149
43168
|
]
|
43150
43169
|
},
|
43151
43170
|
{
|
43152
|
-
name: '
|
43171
|
+
name: 'GPT Testnet',
|
43153
43172
|
chain: 'Skopje Testnet',
|
43154
43173
|
icon: 'skopje-gpt',
|
43155
|
-
rpc: [ 'https://
|
43156
|
-
faucets: [ 'https://
|
43174
|
+
rpc: [ 'https://testnet-rpc.gptprotocol.io' ],
|
43175
|
+
faucets: [ 'https://testnet-faucet.gptprotocol.io' ],
|
43157
43176
|
chainId: 476462898,
|
43158
43177
|
networkId: 476462898,
|
43159
43178
|
nativeCurrency: { name: 'SkpGPT', symbol: 'SkpGPT', decimals: 18 },
|
@@ -43162,12 +43181,12 @@ const chainArray = [
|
|
43162
43181
|
parent: {
|
43163
43182
|
type: 'L2',
|
43164
43183
|
chain: 'eip155-11155111',
|
43165
|
-
bridges: [ { url: 'https://
|
43184
|
+
bridges: [ { url: 'https://testnet-bridge.gptprotocol.io' } ]
|
43166
43185
|
},
|
43167
43186
|
explorers: [
|
43168
43187
|
{
|
43169
43188
|
name: 'blockscout',
|
43170
|
-
url: 'https://
|
43189
|
+
url: 'https://testnet-explorer.gptprotocol.io',
|
43171
43190
|
standard: 'EIP3091',
|
43172
43191
|
icon: 'blockscout'
|
43173
43192
|
}
|