eth-chainlist 0.0.602 → 0.0.604
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 +16 -0
- package/data/chain.js +77 -17
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.604 (2025-02-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.603 ([e29c848](https://github.com/poowf/eth-chainlist/commit/e29c8486e276c67b10578a8e20088fdfd6a8bb40))
|
9
|
+
* update chain data ([72ba0ea](https://github.com/poowf/eth-chainlist/commit/72ba0ea2a486de86a7eef3bbed873bbbd63371ec))
|
10
|
+
|
11
|
+
### 0.0.603 (2025-02-04)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.602 ([9396d92](https://github.com/poowf/eth-chainlist/commit/9396d920acd88b7195270affc78f70d8d41a957b))
|
17
|
+
* update chain data ([9e7b97b](https://github.com/poowf/eth-chainlist/commit/9e7b97b413d40149006a708ec5878e73869c5d15))
|
18
|
+
|
3
19
|
### 0.0.602 (2025-02-03)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -9930,21 +9930,21 @@ const chainArray = [
|
|
9930
9930
|
slip44: 1020
|
9931
9931
|
},
|
9932
9932
|
{
|
9933
|
-
name: 'Rebus Mainnet',
|
9933
|
+
name: 'Rebus Classic Mainnet',
|
9934
9934
|
title: 'Rebuschain Mainnet',
|
9935
9935
|
chain: 'REBUS',
|
9936
9936
|
rpc: [ 'https://apievm.rebuschain.com/rpc' ],
|
9937
9937
|
faucets: [],
|
9938
|
-
nativeCurrency: { name: 'Rebus', symbol: 'REBUS', decimals: 18 },
|
9938
|
+
nativeCurrency: { name: 'Rebus Classic', symbol: 'REBUS', decimals: 18 },
|
9939
9939
|
infoURL: 'https://www.rebuschain.com',
|
9940
|
-
shortName: '
|
9940
|
+
shortName: 'rebusclassic',
|
9941
9941
|
chainId: 1011,
|
9942
9942
|
networkId: 1011,
|
9943
|
-
icon: '
|
9943
|
+
icon: 'rebusc',
|
9944
9944
|
explorers: [
|
9945
9945
|
{
|
9946
9946
|
name: 'Rebus EVM Explorer (Blockscout)',
|
9947
|
-
url: 'https://evm.rebuschain.com',
|
9947
|
+
url: 'https://evm-l1.rebuschain.com',
|
9948
9948
|
icon: 'rebus',
|
9949
9949
|
standard: 'none'
|
9950
9950
|
},
|
@@ -11739,20 +11739,20 @@ const chainArray = [
|
|
11739
11739
|
icon: 'alyx'
|
11740
11740
|
},
|
11741
11741
|
{
|
11742
|
-
name: 'Story
|
11743
|
-
chain: 'Story
|
11744
|
-
rpc: [ 'https://
|
11742
|
+
name: 'Story Aeneid Testnet',
|
11743
|
+
chain: 'Story Aeneid Testnet',
|
11744
|
+
rpc: [ 'https://aeneid.storyrpc.io' ],
|
11745
11745
|
faucets: [],
|
11746
11746
|
nativeCurrency: { name: 'IP Token', symbol: 'IP', decimals: 18 },
|
11747
11747
|
infoURL: 'https://story.foundation/',
|
11748
11748
|
icon: 'story',
|
11749
|
-
shortName: '
|
11749
|
+
shortName: 'story-aeneid',
|
11750
11750
|
chainId: 1315,
|
11751
11751
|
networkId: 1315,
|
11752
11752
|
explorers: [
|
11753
11753
|
{
|
11754
11754
|
name: 'blockscout',
|
11755
|
-
url: 'https://
|
11755
|
+
url: 'https://aeneid.storyscan.xyz',
|
11756
11756
|
standard: 'EIP3091'
|
11757
11757
|
}
|
11758
11758
|
]
|
@@ -23984,6 +23984,27 @@ const chainArray = [
|
|
23984
23984
|
}
|
23985
23985
|
]
|
23986
23986
|
},
|
23987
|
+
{
|
23988
|
+
name: 'Rebus Mainnet',
|
23989
|
+
title: 'Rebuschain Mainnet',
|
23990
|
+
chain: 'ETH',
|
23991
|
+
rpc: [ 'https://apievml2.rebuschain.com/l2rpc' ],
|
23992
|
+
faucets: [],
|
23993
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
23994
|
+
infoURL: 'https://www.rebuschain.com',
|
23995
|
+
shortName: 'rebus',
|
23996
|
+
chainId: 9696,
|
23997
|
+
networkId: 9696,
|
23998
|
+
icon: 'rebus',
|
23999
|
+
explorers: [
|
24000
|
+
{
|
24001
|
+
name: 'Rebus EVM Explorer (Blockscout)',
|
24002
|
+
url: 'https://evm.rebuschain.com',
|
24003
|
+
icon: 'rebus',
|
24004
|
+
standard: 'none'
|
24005
|
+
}
|
24006
|
+
]
|
24007
|
+
},
|
23987
24008
|
{
|
23988
24009
|
name: 'Oort MainnetDev',
|
23989
24010
|
title: 'Oort MainnetDev',
|
@@ -27548,6 +27569,26 @@ const chainArray = [
|
|
27548
27569
|
slip44: 1,
|
27549
27570
|
explorers: []
|
27550
27571
|
},
|
27572
|
+
{
|
27573
|
+
name: 'XUSD ONE StableChain Mainnet',
|
27574
|
+
chain: 'XUSD ONE',
|
27575
|
+
icon: 'xusd',
|
27576
|
+
rpc: [ 'https://xusd.live' ],
|
27577
|
+
faucets: [],
|
27578
|
+
nativeCurrency: { name: 'XUSD ONE', symbol: 'X1', decimals: 18 },
|
27579
|
+
infoURL: 'https://xusd.co',
|
27580
|
+
shortName: 'xusd',
|
27581
|
+
chainId: 20441,
|
27582
|
+
networkId: 20441,
|
27583
|
+
explorers: [
|
27584
|
+
{
|
27585
|
+
name: 'xusdscan',
|
27586
|
+
url: 'https://xusdscan.com',
|
27587
|
+
icon: 'xusdscan',
|
27588
|
+
standard: 'EIP3091'
|
27589
|
+
}
|
27590
|
+
]
|
27591
|
+
},
|
27551
27592
|
{
|
27552
27593
|
name: 'Callisto Testnet',
|
27553
27594
|
chain: 'CLO',
|
@@ -35370,6 +35411,25 @@ const chainArray = [
|
|
35370
35411
|
}
|
35371
35412
|
]
|
35372
35413
|
},
|
35414
|
+
{
|
35415
|
+
name: 'Fushuma',
|
35416
|
+
chain: 'Fushuma',
|
35417
|
+
rpc: [ 'https://rpc.fushuma.com' ],
|
35418
|
+
faucets: [],
|
35419
|
+
nativeCurrency: { name: 'FUSHUMA', symbol: 'FUMA', decimals: 18 },
|
35420
|
+
features: [ { name: 'EIP155' } ],
|
35421
|
+
infoURL: '',
|
35422
|
+
shortName: 'fushuma',
|
35423
|
+
chainId: 121224,
|
35424
|
+
networkId: 121224,
|
35425
|
+
explorers: [
|
35426
|
+
{
|
35427
|
+
name: 'FumaScan',
|
35428
|
+
url: 'https://fumascan.com',
|
35429
|
+
standard: 'none'
|
35430
|
+
}
|
35431
|
+
]
|
35432
|
+
},
|
35373
35433
|
{
|
35374
35434
|
name: 'Gemchain',
|
35375
35435
|
chain: 'Gemchain',
|
@@ -35682,7 +35742,7 @@ const chainArray = [
|
|
35682
35742
|
]
|
35683
35743
|
},
|
35684
35744
|
{
|
35685
|
-
name: 'Taiko
|
35745
|
+
name: 'Taiko Alethia',
|
35686
35746
|
chain: 'ETH',
|
35687
35747
|
status: 'active',
|
35688
35748
|
icon: 'taiko',
|
@@ -35806,7 +35866,7 @@ const chainArray = [
|
|
35806
35866
|
explorers: []
|
35807
35867
|
},
|
35808
35868
|
{
|
35809
|
-
name: 'Taiko Hekla
|
35869
|
+
name: 'Taiko Hekla',
|
35810
35870
|
chain: 'ETH',
|
35811
35871
|
status: 'active',
|
35812
35872
|
icon: 'taiko',
|
@@ -43149,11 +43209,11 @@ const chainArray = [
|
|
43149
43209
|
]
|
43150
43210
|
},
|
43151
43211
|
{
|
43152
|
-
name: '
|
43212
|
+
name: 'GPT Testnet',
|
43153
43213
|
chain: 'Skopje Testnet',
|
43154
43214
|
icon: 'skopje-gpt',
|
43155
|
-
rpc: [ 'https://
|
43156
|
-
faucets: [ 'https://
|
43215
|
+
rpc: [ 'https://testnet-rpc.gptprotocol.io' ],
|
43216
|
+
faucets: [ 'https://testnet-faucet.gptprotocol.io' ],
|
43157
43217
|
chainId: 476462898,
|
43158
43218
|
networkId: 476462898,
|
43159
43219
|
nativeCurrency: { name: 'SkpGPT', symbol: 'SkpGPT', decimals: 18 },
|
@@ -43162,12 +43222,12 @@ const chainArray = [
|
|
43162
43222
|
parent: {
|
43163
43223
|
type: 'L2',
|
43164
43224
|
chain: 'eip155-11155111',
|
43165
|
-
bridges: [ { url: 'https://
|
43225
|
+
bridges: [ { url: 'https://testnet-bridge.gptprotocol.io' } ]
|
43166
43226
|
},
|
43167
43227
|
explorers: [
|
43168
43228
|
{
|
43169
43229
|
name: 'blockscout',
|
43170
|
-
url: 'https://
|
43230
|
+
url: 'https://testnet-explorer.gptprotocol.io',
|
43171
43231
|
standard: 'EIP3091',
|
43172
43232
|
icon: 'blockscout'
|
43173
43233
|
}
|