eth-chainlist 0.0.549 → 0.0.551
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/data/chain.js +79 -16
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.551 (2024-11-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.550 ([2efc55f](https://github.com/poowf/eth-chainlist/commit/2efc55f69b49b1b11c7275035d7362add05e6c94))
|
9
|
+
* update chain data ([a12da9a](https://github.com/poowf/eth-chainlist/commit/a12da9a941ce9a80b1662584bfedd5b4409aac61))
|
10
|
+
|
11
|
+
### 0.0.550 (2024-11-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.549 ([62da647](https://github.com/poowf/eth-chainlist/commit/62da647bfeb6fb3b871e4e678c1cebd3b0e68022))
|
17
|
+
* update chain data ([b8df63f](https://github.com/poowf/eth-chainlist/commit/b8df63f26936a14273c34fd6e282105e79a85cf1))
|
18
|
+
|
3
19
|
### 0.0.549 (2024-11-27)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3096,11 +3096,18 @@ const chainArray = [
|
|
3096
3096
|
chainId: 151,
|
3097
3097
|
networkId: 151,
|
3098
3098
|
slip44: 824,
|
3099
|
-
rpc: [],
|
3099
|
+
rpc: [ 'https://governors.mainnet.redbelly.network' ],
|
3100
3100
|
faucets: [],
|
3101
3101
|
infoURL: 'https://redbelly.network',
|
3102
3102
|
nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 },
|
3103
|
-
status: '
|
3103
|
+
status: 'active',
|
3104
|
+
explorers: [
|
3105
|
+
{
|
3106
|
+
name: 'Routescan',
|
3107
|
+
url: 'https://redbelly.routescan.io',
|
3108
|
+
standard: 'EIP3091'
|
3109
|
+
}
|
3110
|
+
]
|
3104
3111
|
},
|
3105
3112
|
{
|
3106
3113
|
name: 'Redbelly Network Devnet',
|
@@ -3127,9 +3134,9 @@ const chainArray = [
|
|
3127
3134
|
nativeCurrency: { name: 'Redbelly Network Coin', symbol: 'RBNT', decimals: 18 },
|
3128
3135
|
explorers: [
|
3129
3136
|
{
|
3130
|
-
name: '
|
3131
|
-
url: 'https://
|
3132
|
-
standard: '
|
3137
|
+
name: 'Routescan',
|
3138
|
+
url: 'https://redbelly.testnet.routescan.io',
|
3139
|
+
standard: 'EIP3091'
|
3133
3140
|
}
|
3134
3141
|
],
|
3135
3142
|
status: 'active'
|
@@ -27924,20 +27931,20 @@ const chainArray = [
|
|
27924
27931
|
]
|
27925
27932
|
},
|
27926
27933
|
{
|
27927
|
-
name: '
|
27928
|
-
chain: '
|
27934
|
+
name: 'EDU Chain',
|
27935
|
+
chain: 'EDU Chain',
|
27929
27936
|
icon: 'occ-mainnet',
|
27930
27937
|
rpc: [ 'https://rpc.edu-chain.raas.gelato.cloud' ],
|
27931
27938
|
faucets: [ 'https://bridge.gelato.network/bridge/edu-chain' ],
|
27932
27939
|
nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
|
27933
27940
|
infoURL: 'https://raas.gelato.network/rollups/details/public/edu-chain',
|
27934
|
-
shortName: '
|
27941
|
+
shortName: 'edu-chain',
|
27935
27942
|
chainId: 41923,
|
27936
27943
|
networkId: 41923,
|
27937
27944
|
explorers: [
|
27938
27945
|
{
|
27939
|
-
name: '
|
27940
|
-
url: 'https://
|
27946
|
+
name: 'EDU Chain',
|
27947
|
+
url: 'https://educhain.blockscout.com',
|
27941
27948
|
icon: 'occ-mainnet',
|
27942
27949
|
standard: 'none'
|
27943
27950
|
}
|
@@ -28944,6 +28951,26 @@ const chainArray = [
|
|
28944
28951
|
}
|
28945
28952
|
]
|
28946
28953
|
},
|
28954
|
+
{
|
28955
|
+
name: 'Cytonic Testnet',
|
28956
|
+
chain: 'Cytonic',
|
28957
|
+
rpc: [ 'http://rpc.sl.testnet.cytonic.com' ],
|
28958
|
+
faucets: [],
|
28959
|
+
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
28960
|
+
infoURL: 'https://cytonic.com',
|
28961
|
+
shortName: 'CTS',
|
28962
|
+
chainId: 52225,
|
28963
|
+
networkId: 52225,
|
28964
|
+
icon: 'cytonic_l1',
|
28965
|
+
explorers: [
|
28966
|
+
{
|
28967
|
+
name: 'blockscout',
|
28968
|
+
url: 'https://explorer.sl.testnet.cytonic.com',
|
28969
|
+
icon: 'cytonic_l1',
|
28970
|
+
standard: 'EIP3091'
|
28971
|
+
}
|
28972
|
+
]
|
28973
|
+
},
|
28947
28974
|
{
|
28948
28975
|
name: 'DOID',
|
28949
28976
|
chain: 'DOID',
|
@@ -36029,8 +36056,8 @@ const chainArray = [
|
|
36029
36056
|
]
|
36030
36057
|
},
|
36031
36058
|
{
|
36032
|
-
name: '
|
36033
|
-
chain: '
|
36059
|
+
name: 'EDU Chain Testnet',
|
36060
|
+
chain: 'EDU Chain Testnet',
|
36034
36061
|
icon: 'open-campus-codex',
|
36035
36062
|
rpc: [ 'https://rpc.open-campus-codex.gelato.digital' ],
|
36036
36063
|
faucets: [],
|
@@ -36042,7 +36069,7 @@ const chainArray = [
|
|
36042
36069
|
explorers: [
|
36043
36070
|
{
|
36044
36071
|
name: 'Open Campus Codex',
|
36045
|
-
url: 'https://
|
36072
|
+
url: 'https://edu-chain-testnet.blockscout.com',
|
36046
36073
|
icon: 'open-campus-codex',
|
36047
36074
|
standard: 'none'
|
36048
36075
|
}
|
@@ -38978,7 +39005,10 @@ const chainArray = [
|
|
38978
39005
|
{
|
38979
39006
|
name: 'Corn Maizenet',
|
38980
39007
|
chain: 'BTCN',
|
38981
|
-
rpc: [
|
39008
|
+
rpc: [
|
39009
|
+
'https://rpc.ankr.com/corn_maizenet',
|
39010
|
+
'https://maizenet-rpc.usecorn.com'
|
39011
|
+
],
|
38982
39012
|
faucets: [],
|
38983
39013
|
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
38984
39014
|
infoURL: 'https://usecorn.com',
|
@@ -38987,11 +39017,44 @@ const chainArray = [
|
|
38987
39017
|
networkId: 21000000,
|
38988
39018
|
explorers: [
|
38989
39019
|
{
|
38990
|
-
name: 'Corn
|
39020
|
+
name: 'Corn Explorer',
|
39021
|
+
url: 'https://cornscan.io',
|
39022
|
+
standard: 'EIP3091'
|
39023
|
+
},
|
39024
|
+
{
|
39025
|
+
name: 'Corn Blockscout',
|
38991
39026
|
url: 'https://maizenet-explorer.usecorn.com',
|
38992
39027
|
standard: 'EIP3091'
|
38993
39028
|
}
|
38994
|
-
]
|
39029
|
+
],
|
39030
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
39031
|
+
},
|
39032
|
+
{
|
39033
|
+
name: 'Corn Testnet',
|
39034
|
+
chain: 'BTCN',
|
39035
|
+
rpc: [
|
39036
|
+
'https://rpc.ankr.com/corn_testnet',
|
39037
|
+
'https://testnet-rpc.usecorn.com'
|
39038
|
+
],
|
39039
|
+
faucets: [],
|
39040
|
+
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
39041
|
+
infoURL: 'https://usecorn.com',
|
39042
|
+
shortName: 'btcn-testnet',
|
39043
|
+
chainId: 21000001,
|
39044
|
+
networkId: 21000001,
|
39045
|
+
explorers: [
|
39046
|
+
{
|
39047
|
+
name: 'Corn Testnet Explorer',
|
39048
|
+
url: 'https://testnet.cornscan.io',
|
39049
|
+
standard: 'EIP3091'
|
39050
|
+
},
|
39051
|
+
{
|
39052
|
+
name: 'Corn Testnet Blockscout',
|
39053
|
+
url: 'https://testnet-explorer.usecorn.com',
|
39054
|
+
standard: 'EIP3091'
|
39055
|
+
}
|
39056
|
+
],
|
39057
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
38995
39058
|
},
|
38996
39059
|
{
|
38997
39060
|
name: 'Excelon Mainnet',
|