eth-chainlist 0.0.603 → 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 +8 -0
- package/data/chain.js +53 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.603 (2025-02-04)
|
4
12
|
|
5
13
|
|
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',
|
@@ -35701,7 +35742,7 @@ const chainArray = [
|
|
35701
35742
|
]
|
35702
35743
|
},
|
35703
35744
|
{
|
35704
|
-
name: 'Taiko
|
35745
|
+
name: 'Taiko Alethia',
|
35705
35746
|
chain: 'ETH',
|
35706
35747
|
status: 'active',
|
35707
35748
|
icon: 'taiko',
|
@@ -35825,7 +35866,7 @@ const chainArray = [
|
|
35825
35866
|
explorers: []
|
35826
35867
|
},
|
35827
35868
|
{
|
35828
|
-
name: 'Taiko Hekla
|
35869
|
+
name: 'Taiko Hekla',
|
35829
35870
|
chain: 'ETH',
|
35830
35871
|
status: 'active',
|
35831
35872
|
icon: 'taiko',
|