eth-chainlist 0.0.224 → 0.0.225
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 +117 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.225 (2023-09-02)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.224 ([e76d06b](https://github.com/poowf/eth-chainlist/commit/e76d06b967172df312294b24f75f0c4484a46736))
|
9
|
+
* update chain data ([5e994fe](https://github.com/poowf/eth-chainlist/commit/5e994feeccd4e9b89b1cb75bef18533171c7c837))
|
10
|
+
|
3
11
|
### 0.0.224 (2023-09-01)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -1954,6 +1954,24 @@ const chainArray = [
|
|
1954
1954
|
chainId: 102,
|
1955
1955
|
networkId: 102
|
1956
1956
|
},
|
1957
|
+
{
|
1958
|
+
name: 'Worldland Mainnet',
|
1959
|
+
chain: 'Worldland',
|
1960
|
+
rpc: [ 'https://seoul.worldland.foundation' ],
|
1961
|
+
faucets: [],
|
1962
|
+
nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
|
1963
|
+
infoURL: 'https://worldland.foundation',
|
1964
|
+
shortName: 'WLC',
|
1965
|
+
chainId: 103,
|
1966
|
+
networkId: 103,
|
1967
|
+
explorers: [
|
1968
|
+
{
|
1969
|
+
name: 'Worldland Explorer',
|
1970
|
+
url: 'https://scan.worldland.foundation',
|
1971
|
+
standard: 'EIP3091'
|
1972
|
+
}
|
1973
|
+
]
|
1974
|
+
},
|
1957
1975
|
{
|
1958
1976
|
name: 'Kaiba Lightning Chain Testnet',
|
1959
1977
|
chain: 'tKLC',
|
@@ -8689,6 +8707,18 @@ const chainArray = [
|
|
8689
8707
|
}
|
8690
8708
|
]
|
8691
8709
|
},
|
8710
|
+
{
|
8711
|
+
name: 'BigShortBets',
|
8712
|
+
chain: 'BIGSB',
|
8713
|
+
rpc: [ 'https://market.bigsb.io', 'wss://market.bigsb.io' ],
|
8714
|
+
faucets: [],
|
8715
|
+
nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
|
8716
|
+
infoURL: 'https://bigshortbets.com/',
|
8717
|
+
shortName: 'bigsb',
|
8718
|
+
chainId: 2137,
|
8719
|
+
networkId: 2137,
|
8720
|
+
explorers: []
|
8721
|
+
},
|
8692
8722
|
{
|
8693
8723
|
name: 'Defi Oracle Meta Testnet',
|
8694
8724
|
chain: 'dfiometatest',
|
@@ -10742,6 +10772,29 @@ const chainArray = [
|
|
10742
10772
|
chainId: 5315,
|
10743
10773
|
networkId: 5315
|
10744
10774
|
},
|
10775
|
+
{
|
10776
|
+
name: 'Tritanium Testnet',
|
10777
|
+
chain: 'TRITANIUM',
|
10778
|
+
rpc: [
|
10779
|
+
'https://nodetestnet-station-one.tritanium.network/',
|
10780
|
+
'https://nodetestnet-station-two.tritanium.network/'
|
10781
|
+
],
|
10782
|
+
faucets: [ 'https://faucet.tritanium.network' ],
|
10783
|
+
nativeCurrency: { name: 'Tritanium Native Token', symbol: 'tTRN', decimals: 18 },
|
10784
|
+
infoURL: 'https://tritanium.network',
|
10785
|
+
shortName: 'ttrn',
|
10786
|
+
chainId: 5353,
|
10787
|
+
networkId: 5353,
|
10788
|
+
icon: 'tritanium',
|
10789
|
+
explorers: [
|
10790
|
+
{
|
10791
|
+
name: 'TRITANIUM Testnet Explorer',
|
10792
|
+
icon: 'tritanium',
|
10793
|
+
url: 'https://testnet.tritanium.network',
|
10794
|
+
standard: 'none'
|
10795
|
+
}
|
10796
|
+
]
|
10797
|
+
},
|
10745
10798
|
{
|
10746
10799
|
name: 'Nahmii Mainnet',
|
10747
10800
|
chain: 'Nahmii',
|
@@ -12965,6 +13018,24 @@ const chainArray = [
|
|
12965
13018
|
}
|
12966
13019
|
]
|
12967
13020
|
},
|
13021
|
+
{
|
13022
|
+
name: 'Worldland Testnet',
|
13023
|
+
chain: 'Worldland',
|
13024
|
+
rpc: [ 'https://gwangju.worldland.foundation' ],
|
13025
|
+
faucets: [],
|
13026
|
+
nativeCurrency: { name: 'Worldland', symbol: 'WL', decimals: 18 },
|
13027
|
+
infoURL: 'https://worldland.foundation',
|
13028
|
+
shortName: 'TWLC',
|
13029
|
+
chainId: 10395,
|
13030
|
+
networkId: 10395,
|
13031
|
+
explorers: [
|
13032
|
+
{
|
13033
|
+
name: 'Worldland Explorer',
|
13034
|
+
url: 'https://testscan.worldland.foundation',
|
13035
|
+
standard: 'EIP3091'
|
13036
|
+
}
|
13037
|
+
]
|
13038
|
+
},
|
12968
13039
|
{
|
12969
13040
|
name: 'Numbers Mainnet',
|
12970
13041
|
chain: 'NUM',
|
@@ -14582,6 +14653,25 @@ const chainArray = [
|
|
14582
14653
|
}
|
14583
14654
|
]
|
14584
14655
|
},
|
14656
|
+
{
|
14657
|
+
name: 'ConnectorManager Robin',
|
14658
|
+
chain: 'Rangers',
|
14659
|
+
icon: 'rangers',
|
14660
|
+
rpc: [ 'https://robin-cm.rangersprotocol.com/api/jsonrpc' ],
|
14661
|
+
faucets: [ 'https://robin-faucet.rangersprotocol.com' ],
|
14662
|
+
nativeCurrency: { name: 'Rangers Protocol Gas', symbol: 'ttRPG', decimals: 18 },
|
14663
|
+
infoURL: 'https://rangersprotocol.com',
|
14664
|
+
shortName: 'ttrpg',
|
14665
|
+
chainId: 38401,
|
14666
|
+
networkId: 38401,
|
14667
|
+
explorers: [
|
14668
|
+
{
|
14669
|
+
name: 'rangersscan-robin',
|
14670
|
+
url: 'https://robin-rangersscan.rangersprotocol.com',
|
14671
|
+
standard: 'none'
|
14672
|
+
}
|
14673
|
+
]
|
14674
|
+
},
|
14585
14675
|
{
|
14586
14676
|
name: 'Energi Mainnet',
|
14587
14677
|
chain: 'NRG',
|
@@ -15169,7 +15259,7 @@ const chainArray = [
|
|
15169
15259
|
chain: 'ETH',
|
15170
15260
|
rpc: [
|
15171
15261
|
'https://rpc.titan.tokamak.network',
|
15172
|
-
'wss://rpc.titan.tokamak.network
|
15262
|
+
'wss://rpc.titan.tokamak.network'
|
15173
15263
|
],
|
15174
15264
|
faucets: [],
|
15175
15265
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -16327,7 +16417,7 @@ const chainArray = [
|
|
16327
16417
|
]
|
16328
16418
|
},
|
16329
16419
|
{
|
16330
|
-
name: 'Nautilus Chain',
|
16420
|
+
name: 'Nautilus Trition Chain',
|
16331
16421
|
title: 'Nautilus Trition Testnet',
|
16332
16422
|
chain: 'ETH',
|
16333
16423
|
icon: 'nautilus',
|
@@ -18191,6 +18281,31 @@ const chainArray = [
|
|
18191
18281
|
}
|
18192
18282
|
]
|
18193
18283
|
},
|
18284
|
+
{
|
18285
|
+
name: 'Rethereum Mainnet',
|
18286
|
+
chain: 'RTH',
|
18287
|
+
rpc: [
|
18288
|
+
'https://rpc.rethereum.org',
|
18289
|
+
'https://rethereum.rpc.restratagem.com',
|
18290
|
+
'https://rpc.rthcentral.org'
|
18291
|
+
],
|
18292
|
+
faucets: [],
|
18293
|
+
nativeCurrency: { name: 'Rethereum', symbol: 'RTH', decimals: 18 },
|
18294
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
18295
|
+
infoURL: 'https://www.rethereum.org',
|
18296
|
+
shortName: 'rth',
|
18297
|
+
chainId: 622277,
|
18298
|
+
networkId: 622277,
|
18299
|
+
icon: 'rethereum',
|
18300
|
+
explorers: [
|
18301
|
+
{
|
18302
|
+
name: 'rethereum',
|
18303
|
+
url: 'https://explorer.rethereum.org',
|
18304
|
+
icon: 'blockscout',
|
18305
|
+
standard: 'EIP3091'
|
18306
|
+
}
|
18307
|
+
]
|
18308
|
+
},
|
18194
18309
|
{
|
18195
18310
|
name: 'Bear Network Chain Mainnet',
|
18196
18311
|
chain: 'BRNKC',
|