eth-chainlist 0.0.426 → 0.0.428
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 +98 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.428 (2024-06-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.427 ([d451c3c](https://github.com/poowf/eth-chainlist/commit/d451c3cf9b9ba3af7bdc7c3955f6863a53b4eac7))
|
9
|
+
* update chain data ([fd74fdb](https://github.com/poowf/eth-chainlist/commit/fd74fdbe42de00ce43a0aae3912ddfb2e9fb83e6))
|
10
|
+
|
11
|
+
### 0.0.427 (2024-06-10)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.426 ([f11a37e](https://github.com/poowf/eth-chainlist/commit/f11a37e4a96c5761b2cc40227f04ecaa1bc93ca4))
|
17
|
+
* update chain data ([6531258](https://github.com/poowf/eth-chainlist/commit/653125897db05f99b2d0bb884c54395a484e68d4))
|
18
|
+
|
3
19
|
### 0.0.426 (2024-06-09)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2891,7 +2891,7 @@ const chainArray = [
|
|
2891
2891
|
]
|
2892
2892
|
},
|
2893
2893
|
{
|
2894
|
-
name: '
|
2894
|
+
name: 'Eternal Mainnet',
|
2895
2895
|
chain: 'Eter',
|
2896
2896
|
icon: 'eternal',
|
2897
2897
|
rpc: [
|
@@ -11595,6 +11595,25 @@ const chainArray = [
|
|
11595
11595
|
}
|
11596
11596
|
]
|
11597
11597
|
},
|
11598
|
+
{
|
11599
|
+
name: 'MetaLink Network',
|
11600
|
+
chain: 'MetaLink',
|
11601
|
+
rpc: [ 'http://77.237.237.69:9933' ],
|
11602
|
+
icon: 'metaLink',
|
11603
|
+
faucets: [],
|
11604
|
+
shortName: 'mtl',
|
11605
|
+
nativeCurrency: { name: 'MetaLink', symbol: 'MTL', decimals: 18 },
|
11606
|
+
infoURL: 'http://totwo3.com:3000',
|
11607
|
+
chainId: 2004,
|
11608
|
+
networkId: 2004,
|
11609
|
+
explorers: [
|
11610
|
+
{
|
11611
|
+
name: 'MetaScan',
|
11612
|
+
url: 'http://twoto3.com:3000',
|
11613
|
+
standard: 'none'
|
11614
|
+
}
|
11615
|
+
]
|
11616
|
+
},
|
11598
11617
|
{
|
11599
11618
|
name: 'CloudWalk Testnet',
|
11600
11619
|
chain: 'CloudWalk Testnet',
|
@@ -14965,10 +14984,11 @@ const chainArray = [
|
|
14965
14984
|
name: 'CrossFi Testnet',
|
14966
14985
|
title: 'CrossFi Testnet',
|
14967
14986
|
chain: 'XFI',
|
14987
|
+
icon: 'crossfi',
|
14968
14988
|
rpc: [ 'https://rpc.testnet.ms' ],
|
14969
14989
|
faucets: [],
|
14970
14990
|
nativeCurrency: { name: 'XFI', symbol: 'XFI', decimals: 18 },
|
14971
|
-
infoURL: 'https://crossfi.org
|
14991
|
+
infoURL: 'https://crossfi.org',
|
14972
14992
|
shortName: 'crossfi-testnet',
|
14973
14993
|
chainId: 4157,
|
14974
14994
|
networkId: 4157,
|
@@ -14976,8 +14996,9 @@ const chainArray = [
|
|
14976
14996
|
explorers: [
|
14977
14997
|
{
|
14978
14998
|
name: 'CrossFi Testnet Scan',
|
14979
|
-
url: 'https://
|
14980
|
-
standard: 'EIP3091'
|
14999
|
+
url: 'https://test.xfiscan.com',
|
15000
|
+
standard: 'EIP3091',
|
15001
|
+
icon: 'crossfi'
|
14981
15002
|
}
|
14982
15003
|
]
|
14983
15004
|
},
|
@@ -19292,6 +19313,25 @@ const chainArray = [
|
|
19292
19313
|
}
|
19293
19314
|
]
|
19294
19315
|
},
|
19316
|
+
{
|
19317
|
+
name: 'Volley Mainnet',
|
19318
|
+
chain: 'Volley',
|
19319
|
+
icon: 'volley',
|
19320
|
+
rpc: [ 'https://main-rpc.volleychain.com' ],
|
19321
|
+
faucets: [],
|
19322
|
+
nativeCurrency: { name: 'V2X', symbol: 'V2X', decimals: 18 },
|
19323
|
+
infoURL: 'https://www.volleychain.com',
|
19324
|
+
shortName: 'volley-mainnet',
|
19325
|
+
chainId: 9981,
|
19326
|
+
networkId: 9981,
|
19327
|
+
explorers: [
|
19328
|
+
{
|
19329
|
+
name: 'Volley Mainnet Explorer',
|
19330
|
+
url: 'https://volleyscan.io',
|
19331
|
+
standard: 'EIP3091'
|
19332
|
+
}
|
19333
|
+
]
|
19334
|
+
},
|
19295
19335
|
{
|
19296
19336
|
name: 'Agung Network',
|
19297
19337
|
chain: 'Agung',
|
@@ -20076,13 +20116,14 @@ const chainArray = [
|
|
20076
20116
|
]
|
20077
20117
|
},
|
20078
20118
|
{
|
20079
|
-
|
20080
|
-
|
20119
|
+
status: 'deprecated',
|
20120
|
+
name: 'Santiment Intelligence Network DEPRECATED',
|
20121
|
+
chain: 'Santiment Intelligence Network DEPRECATED',
|
20081
20122
|
rpc: [ 'https://sanrchain-node.santiment.net' ],
|
20082
20123
|
faucets: [],
|
20083
|
-
nativeCurrency: { name: '
|
20124
|
+
nativeCurrency: { name: 'SANold', symbol: 'SANold', decimals: 18 },
|
20084
20125
|
infoURL: 'https://sanr.app',
|
20085
|
-
shortName: '
|
20126
|
+
shortName: 'SANold',
|
20086
20127
|
chainId: 11888,
|
20087
20128
|
networkId: 11888,
|
20088
20129
|
icon: 'sanrchain',
|
@@ -22675,6 +22716,30 @@ const chainArray = [
|
|
22675
22716
|
}
|
22676
22717
|
]
|
22677
22718
|
},
|
22719
|
+
{
|
22720
|
+
name: 'Santiment Intelligence Network',
|
22721
|
+
chain: 'Santiment Intelligence Network',
|
22722
|
+
rpc: [ 'https://node.sanr.app' ],
|
22723
|
+
faucets: [],
|
22724
|
+
nativeCurrency: { name: 'SANR', symbol: 'SANR', decimals: 18 },
|
22725
|
+
infoURL: 'https://sanr.app',
|
22726
|
+
shortName: 'SANR',
|
22727
|
+
chainId: 32382,
|
22728
|
+
networkId: 32382,
|
22729
|
+
icon: 'sanrchain',
|
22730
|
+
parent: {
|
22731
|
+
chain: 'eip155-1',
|
22732
|
+
type: 'L2',
|
22733
|
+
bridges: [ { url: 'https://sanr.app' } ]
|
22734
|
+
},
|
22735
|
+
explorers: [
|
22736
|
+
{
|
22737
|
+
name: 'Santiment Intelligence Explorer',
|
22738
|
+
url: 'https://app-explorer-pos.sanr.app',
|
22739
|
+
standard: 'none'
|
22740
|
+
}
|
22741
|
+
]
|
22742
|
+
},
|
22678
22743
|
{
|
22679
22744
|
name: 'Bitgert Mainnet',
|
22680
22745
|
chain: 'Brise',
|
@@ -23945,6 +24010,31 @@ const chainArray = [
|
|
23945
24010
|
}
|
23946
24011
|
]
|
23947
24012
|
},
|
24013
|
+
{
|
24014
|
+
name: 'Superseed Sepolia Testnet',
|
24015
|
+
chain: 'ETH',
|
24016
|
+
rpc: [ 'https://sepolia.superseed.xyz', 'wss://sepolia.superseed.xyz' ],
|
24017
|
+
faucets: [ 'https://sepoliafaucet.com' ],
|
24018
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
24019
|
+
infoURL: 'https://www.superseed.xyz',
|
24020
|
+
shortName: 'seedsep',
|
24021
|
+
chainId: 53302,
|
24022
|
+
networkId: 53302,
|
24023
|
+
slip44: 1,
|
24024
|
+
icon: 'seedTestnet',
|
24025
|
+
explorers: [
|
24026
|
+
{
|
24027
|
+
name: 'seedscout',
|
24028
|
+
url: 'https://sepolia-explorer.superseed.xyz',
|
24029
|
+
standard: 'EIP3091'
|
24030
|
+
}
|
24031
|
+
],
|
24032
|
+
parent: {
|
24033
|
+
type: 'L2',
|
24034
|
+
chain: 'eip155-11155111',
|
24035
|
+
bridges: [ { url: 'https://sepolia-bridge.superseed.xyz/' } ]
|
24036
|
+
}
|
24037
|
+
},
|
23948
24038
|
{
|
23949
24039
|
name: 'DODOchain testnet',
|
23950
24040
|
title: 'DODOchain testnet',
|