eth-chainlist 0.0.315 → 0.0.317
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 +265 -20
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.317 (2024-01-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.316 ([cecd289](https://github.com/poowf/eth-chainlist/commit/cecd2899373594ffd24f88b1cb651cd5204ce0d6))
|
9
|
+
* update chain data ([540f715](https://github.com/poowf/eth-chainlist/commit/540f715b2e50f4924441e75ddd372b8a4ea9e79e))
|
10
|
+
|
11
|
+
### 0.0.316 (2024-01-05)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.315 ([b28000e](https://github.com/poowf/eth-chainlist/commit/b28000e4d14c15a85819f2197edb280a2f12cf3a))
|
17
|
+
* update chain data ([afecdfa](https://github.com/poowf/eth-chainlist/commit/afecdfa5d6f9d205391f7749c0a0ba518beb2c0e))
|
18
|
+
|
3
19
|
### 0.0.315 (2023-12-29)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2130,7 +2130,7 @@ const chainArray = [
|
|
2130
2130
|
icon: 'worldland',
|
2131
2131
|
rpc: [ 'https://seoul.worldland.foundation' ],
|
2132
2132
|
faucets: [],
|
2133
|
-
nativeCurrency: { name: 'Worldland', symbol: '
|
2133
|
+
nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
|
2134
2134
|
infoURL: 'https://worldland.foundation',
|
2135
2135
|
shortName: 'WLC',
|
2136
2136
|
chainId: 103,
|
@@ -2830,14 +2830,14 @@ const chainArray = [
|
|
2830
2830
|
]
|
2831
2831
|
},
|
2832
2832
|
{
|
2833
|
-
name: 'ShimmerEVM
|
2834
|
-
title: 'ShimmerEVM
|
2833
|
+
name: 'ShimmerEVM',
|
2834
|
+
title: 'ShimmerEVM',
|
2835
2835
|
chain: 'ShimmerEVM',
|
2836
2836
|
rpc: [ 'https://json-rpc.evm.shimmer.network' ],
|
2837
2837
|
faucets: [],
|
2838
2838
|
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
2839
2839
|
infoURL: 'https://shimmer.network',
|
2840
|
-
shortName: 'shimmerevm
|
2840
|
+
shortName: 'shimmerevm',
|
2841
2841
|
chainId: 148,
|
2842
2842
|
networkId: 148,
|
2843
2843
|
icon: 'shimmerevm',
|
@@ -4829,28 +4829,28 @@ const chainArray = [
|
|
4829
4829
|
]
|
4830
4830
|
},
|
4831
4831
|
{
|
4832
|
-
name: '
|
4833
|
-
title: '
|
4832
|
+
name: 'Ten Testnet',
|
4833
|
+
title: 'Ten Sepolia Rollup Testnet',
|
4834
4834
|
chainId: 443,
|
4835
|
-
shortName: '
|
4835
|
+
shortName: 'ten-testnet',
|
4836
4836
|
chain: 'ETH',
|
4837
4837
|
networkId: 443,
|
4838
4838
|
slip44: 1,
|
4839
4839
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
4840
|
-
rpc: [ 'https://testnet.
|
4840
|
+
rpc: [ 'https://testnet.ten.xyz' ],
|
4841
4841
|
faucets: [],
|
4842
|
-
infoURL: 'https://
|
4842
|
+
infoURL: 'https://ten.xyz',
|
4843
4843
|
explorers: [
|
4844
4844
|
{
|
4845
|
-
name: '
|
4846
|
-
url: 'https://
|
4845
|
+
name: 'Ten Sepolia Rollup Explorer',
|
4846
|
+
url: 'https://tenscan.io',
|
4847
4847
|
standard: 'none'
|
4848
4848
|
}
|
4849
4849
|
],
|
4850
4850
|
parent: {
|
4851
4851
|
type: 'L2',
|
4852
4852
|
chain: 'eip155-5',
|
4853
|
-
bridges: [ { url: 'https://bridge.
|
4853
|
+
bridges: [ { url: 'https://bridge.ten.xyz' } ]
|
4854
4854
|
}
|
4855
4855
|
},
|
4856
4856
|
{
|
@@ -6542,7 +6542,7 @@ const chainArray = [
|
|
6542
6542
|
chain: 'Oort Mainnet',
|
6543
6543
|
rpc: [ 'https://mainnet-rpc.oortech.com' ],
|
6544
6544
|
faucets: [],
|
6545
|
-
nativeCurrency: { name: 'Oort', symbol: '
|
6545
|
+
nativeCurrency: { name: 'Oort', symbol: 'OORT', decimals: 18 },
|
6546
6546
|
infoURL: 'https://oortech.com',
|
6547
6547
|
shortName: 'ccn',
|
6548
6548
|
chainId: 970,
|
@@ -7765,6 +7765,24 @@ const chainArray = [
|
|
7765
7765
|
}
|
7766
7766
|
]
|
7767
7767
|
},
|
7768
|
+
{
|
7769
|
+
name: 'Dogether Mainnet',
|
7770
|
+
chain: 'Dogether',
|
7771
|
+
rpc: [ 'https://rpc.dogether.dog/' ],
|
7772
|
+
faucets: [],
|
7773
|
+
nativeCurrency: { name: 'Dogether', symbol: 'dogeth', decimals: 18 },
|
7774
|
+
infoURL: 'https://www.dogether.dog/',
|
7775
|
+
shortName: 'Dogether',
|
7776
|
+
chainId: 1248,
|
7777
|
+
networkId: 1248,
|
7778
|
+
explorers: [
|
7779
|
+
{
|
7780
|
+
name: 'DogetherExplorer',
|
7781
|
+
url: 'https://explorer.dogether.dog',
|
7782
|
+
standard: 'EIP3091'
|
7783
|
+
}
|
7784
|
+
]
|
7785
|
+
},
|
7768
7786
|
{
|
7769
7787
|
name: 'CIC Chain Testnet',
|
7770
7788
|
chain: 'CICT',
|
@@ -8779,6 +8797,34 @@ const chainArray = [
|
|
8779
8797
|
}
|
8780
8798
|
]
|
8781
8799
|
},
|
8800
|
+
{
|
8801
|
+
name: 'Ruby Smart Chain MAINNET',
|
8802
|
+
chain: 'RUBY',
|
8803
|
+
rpc: [
|
8804
|
+
'https://mainnet-data.rubychain.io/',
|
8805
|
+
'https://mainnet.rubychain.io/'
|
8806
|
+
],
|
8807
|
+
nativeCurrency: {
|
8808
|
+
name: 'RUBY Smart Chain Native Token',
|
8809
|
+
symbol: 'RUBY',
|
8810
|
+
decimals: 18
|
8811
|
+
},
|
8812
|
+
infoURL: 'https://rubychain.io',
|
8813
|
+
faucets: [],
|
8814
|
+
shortName: 'RUBY',
|
8815
|
+
chainId: 1821,
|
8816
|
+
networkId: 1821,
|
8817
|
+
slip44: 1,
|
8818
|
+
icon: 'ruby',
|
8819
|
+
explorers: [
|
8820
|
+
{
|
8821
|
+
name: 'RUBY Smart Chain MAINNET Explorer',
|
8822
|
+
icon: 'ruby',
|
8823
|
+
url: 'https://rubyscan.net',
|
8824
|
+
standard: 'none'
|
8825
|
+
}
|
8826
|
+
]
|
8827
|
+
},
|
8782
8828
|
{
|
8783
8829
|
name: 'Teslafunds',
|
8784
8830
|
chain: 'TSF',
|
@@ -8987,6 +9033,31 @@ const chainArray = [
|
|
8987
9033
|
}
|
8988
9034
|
]
|
8989
9035
|
},
|
9036
|
+
{
|
9037
|
+
name: 'Ruby Smart Chain Testnet',
|
9038
|
+
chain: 'RUBY',
|
9039
|
+
rpc: [ 'https://testnet-rchain.rubychain.io/' ],
|
9040
|
+
nativeCurrency: {
|
9041
|
+
name: 'RUBY Smart Chain Native Token',
|
9042
|
+
symbol: 'tRUBY',
|
9043
|
+
decimals: 18
|
9044
|
+
},
|
9045
|
+
infoURL: 'https://rubychain.io',
|
9046
|
+
faucets: [ 'https://claim-faucet.rubychain.io/' ],
|
9047
|
+
shortName: 'tRUBY',
|
9048
|
+
chainId: 1912,
|
9049
|
+
networkId: 1912,
|
9050
|
+
slip44: 1,
|
9051
|
+
icon: 'ruby',
|
9052
|
+
explorers: [
|
9053
|
+
{
|
9054
|
+
name: 'RUBY Smart Chain Testnet Explorer',
|
9055
|
+
icon: 'ruby',
|
9056
|
+
url: 'https://testnet.rubyscan.net',
|
9057
|
+
standard: 'none'
|
9058
|
+
}
|
9059
|
+
]
|
9060
|
+
},
|
8990
9061
|
{
|
8991
9062
|
name: 'ONUS Chain Testnet',
|
8992
9063
|
title: 'ONUS Chain Testnet',
|
@@ -9619,6 +9690,17 @@ const chainArray = [
|
|
9619
9690
|
chainId: 2032,
|
9620
9691
|
networkId: 2032
|
9621
9692
|
},
|
9693
|
+
{
|
9694
|
+
name: 'Phala Network',
|
9695
|
+
chain: 'PHA',
|
9696
|
+
rpc: [],
|
9697
|
+
faucets: [],
|
9698
|
+
nativeCurrency: { name: 'Phala', symbol: 'PHA', decimals: 18 },
|
9699
|
+
infoURL: 'https://phala.network',
|
9700
|
+
shortName: 'pha',
|
9701
|
+
chainId: 2035,
|
9702
|
+
networkId: 2035
|
9703
|
+
},
|
9622
9704
|
{
|
9623
9705
|
name: 'Kiwi Subnet',
|
9624
9706
|
chain: 'KIWI',
|
@@ -12239,6 +12321,24 @@ const chainArray = [
|
|
12239
12321
|
}
|
12240
12322
|
]
|
12241
12323
|
},
|
12324
|
+
{
|
12325
|
+
name: 'Smart Layer Network',
|
12326
|
+
chain: 'SLN',
|
12327
|
+
rpc: [ 'https://rpc.main.smartlayer.network' ],
|
12328
|
+
faucets: [],
|
12329
|
+
nativeCurrency: { name: 'Service Unit Token', symbol: 'SU', decimals: 18 },
|
12330
|
+
infoURL: 'https://www.smartlayer.network/',
|
12331
|
+
shortName: 'SLN',
|
12332
|
+
chainId: 5169,
|
12333
|
+
networkId: 5169,
|
12334
|
+
explorers: [
|
12335
|
+
{
|
12336
|
+
name: 'SLN Mainnet Explorer',
|
12337
|
+
url: 'https://explorer.main.smartlayer.network',
|
12338
|
+
standard: 'EIP3091'
|
12339
|
+
}
|
12340
|
+
]
|
12341
|
+
},
|
12242
12342
|
{
|
12243
12343
|
name: 'TLChain Network Mainnet',
|
12244
12344
|
chain: 'TLC',
|
@@ -13101,6 +13201,20 @@ const chainArray = [
|
|
13101
13201
|
}
|
13102
13202
|
]
|
13103
13203
|
},
|
13204
|
+
{
|
13205
|
+
name: 'Help The Homeless',
|
13206
|
+
chain: 'mainnet',
|
13207
|
+
rpc: [],
|
13208
|
+
faucets: [],
|
13209
|
+
nativeCurrency: { name: 'Help The Homeless Coin', symbol: 'HTH', decimals: 18 },
|
13210
|
+
infoURL: 'https://hth.world',
|
13211
|
+
shortName: 'hth',
|
13212
|
+
chainId: 7118,
|
13213
|
+
networkId: 7118,
|
13214
|
+
icon: 'hth',
|
13215
|
+
status: 'incubating',
|
13216
|
+
explorers: []
|
13217
|
+
},
|
13104
13218
|
{
|
13105
13219
|
name: 'Bitrock Mainnet',
|
13106
13220
|
chain: 'Bitrock',
|
@@ -13626,13 +13740,13 @@ const chainArray = [
|
|
13626
13740
|
redFlags: [ 'reusedChainId' ]
|
13627
13741
|
},
|
13628
13742
|
{
|
13629
|
-
name: '
|
13630
|
-
chain: '
|
13743
|
+
name: 'Bitcoin Chain',
|
13744
|
+
chain: 'BTC',
|
13631
13745
|
rpc: [ 'https://rpc.biteth.org' ],
|
13632
13746
|
faucets: [],
|
13633
|
-
nativeCurrency: { name: '
|
13747
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
13634
13748
|
infoURL: 'https://biteth.org',
|
13635
|
-
shortName: '
|
13749
|
+
shortName: 'Bitcoin',
|
13636
13750
|
chainId: 8086,
|
13637
13751
|
networkId: 8086,
|
13638
13752
|
explorers: []
|
@@ -13998,6 +14112,44 @@ const chainArray = [
|
|
13998
14112
|
networkId: 8724,
|
13999
14113
|
slip44: 1
|
14000
14114
|
},
|
14115
|
+
{
|
14116
|
+
name: 'Storagechain Mainnet',
|
14117
|
+
chain: 'Storagechain',
|
14118
|
+
rpc: [ 'https://mainnet-validator.storagechain.io' ],
|
14119
|
+
icon: 'storagechain',
|
14120
|
+
faucets: [],
|
14121
|
+
shortName: 'stor',
|
14122
|
+
nativeCurrency: { name: 'Storagechain', symbol: 'STOR', decimals: 18 },
|
14123
|
+
infoURL: 'https://storagechain.io/about-us',
|
14124
|
+
chainId: 8726,
|
14125
|
+
networkId: 8726,
|
14126
|
+
explorers: [
|
14127
|
+
{
|
14128
|
+
name: 'Storscan',
|
14129
|
+
url: 'https://explorer-storagechain.invo.zone/?network=StorageChain',
|
14130
|
+
standard: 'none'
|
14131
|
+
}
|
14132
|
+
]
|
14133
|
+
},
|
14134
|
+
{
|
14135
|
+
name: 'Storagechain Testnet',
|
14136
|
+
chain: 'Storagechain',
|
14137
|
+
rpc: [ 'https://testnet-validator.storagechain.io' ],
|
14138
|
+
icon: 'storagechain',
|
14139
|
+
faucets: [],
|
14140
|
+
nativeCurrency: { name: 'Storagechain', symbol: 'STOR', decimals: 18 },
|
14141
|
+
shortName: 'tstor',
|
14142
|
+
infoURL: 'https://storagechain.io/about-us',
|
14143
|
+
chainId: 8727,
|
14144
|
+
networkId: 8727,
|
14145
|
+
explorers: [
|
14146
|
+
{
|
14147
|
+
name: 'Storscan',
|
14148
|
+
url: 'https://explorer-storagechain.invo.zone/?network=StorageChain%20Testnet',
|
14149
|
+
standard: 'none'
|
14150
|
+
}
|
14151
|
+
]
|
14152
|
+
},
|
14001
14153
|
{
|
14002
14154
|
name: 'Alph Network',
|
14003
14155
|
chain: 'ALPH',
|
@@ -14456,7 +14608,7 @@ const chainArray = [
|
|
14456
14608
|
chain: 'MainnetDev',
|
14457
14609
|
rpc: [ 'https://dev-rpc.oortech.com' ],
|
14458
14610
|
faucets: [],
|
14459
|
-
nativeCurrency: { name: 'Oort', symbol: '
|
14611
|
+
nativeCurrency: { name: 'Oort', symbol: 'OORT', decimals: 18 },
|
14460
14612
|
infoURL: 'https://oortech.com',
|
14461
14613
|
shortName: 'MainnetDev',
|
14462
14614
|
chainId: 9700,
|
@@ -14616,6 +14768,24 @@ const chainArray = [
|
|
14616
14768
|
}
|
14617
14769
|
]
|
14618
14770
|
},
|
14771
|
+
{
|
14772
|
+
name: 'Dogelayer Mainnet',
|
14773
|
+
chain: 'Dogelayer',
|
14774
|
+
rpc: [ 'https://dl-rpc.dogelayer.org' ],
|
14775
|
+
faucets: [],
|
14776
|
+
nativeCurrency: { name: 'Dogecoin', symbol: 'DOGE', decimals: 18 },
|
14777
|
+
infoURL: 'https://dogelayer.org',
|
14778
|
+
shortName: 'Dogelayer',
|
14779
|
+
chainId: 9888,
|
14780
|
+
networkId: 9888,
|
14781
|
+
explorers: [
|
14782
|
+
{
|
14783
|
+
name: 'Dogelayer mainnet explorer',
|
14784
|
+
url: 'https://dl-explorer.dogelayer.org',
|
14785
|
+
standard: 'EIP3091'
|
14786
|
+
}
|
14787
|
+
]
|
14788
|
+
},
|
14619
14789
|
{
|
14620
14790
|
name: 'Mind Smart Chain Testnet',
|
14621
14791
|
chain: 'tMIND',
|
@@ -14906,6 +15076,27 @@ const chainArray = [
|
|
14906
15076
|
}
|
14907
15077
|
]
|
14908
15078
|
},
|
15079
|
+
{
|
15080
|
+
name: 'Arthera Mainnet',
|
15081
|
+
chain: 'AA',
|
15082
|
+
icon: 'arthera',
|
15083
|
+
rpc: [ 'https://rpc.arthera.net' ],
|
15084
|
+
faucets: [],
|
15085
|
+
nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
|
15086
|
+
infoURL: 'https://docs.arthera.net/build/developing-sc/using-hardhat',
|
15087
|
+
shortName: 'aa',
|
15088
|
+
chainId: 10242,
|
15089
|
+
networkId: 10242,
|
15090
|
+
slip44: 10242,
|
15091
|
+
explorers: [
|
15092
|
+
{
|
15093
|
+
name: 'blockscout',
|
15094
|
+
url: 'https://explorer.arthera.net',
|
15095
|
+
icon: 'blockscout',
|
15096
|
+
standard: 'EIP3091'
|
15097
|
+
}
|
15098
|
+
]
|
15099
|
+
},
|
14909
15100
|
{
|
14910
15101
|
name: 'Arthera Testnet',
|
14911
15102
|
chain: 'AA',
|
@@ -14914,7 +15105,7 @@ const chainArray = [
|
|
14914
15105
|
faucets: [ 'https://faucet.arthera.net' ],
|
14915
15106
|
nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
|
14916
15107
|
infoURL: 'https://docs.arthera.net',
|
14917
|
-
shortName: '
|
15108
|
+
shortName: 'aat',
|
14918
15109
|
chainId: 10243,
|
14919
15110
|
networkId: 10243,
|
14920
15111
|
slip44: 1,
|
@@ -14951,7 +15142,7 @@ const chainArray = [
|
|
14951
15142
|
icon: 'worldland',
|
14952
15143
|
rpc: [ 'https://gwangju.worldland.foundation' ],
|
14953
15144
|
faucets: [],
|
14954
|
-
nativeCurrency: { name: 'Worldland', symbol: '
|
15145
|
+
nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
|
14955
15146
|
infoURL: 'https://worldland.foundation',
|
14956
15147
|
shortName: 'TWLC',
|
14957
15148
|
chainId: 10395,
|
@@ -16288,6 +16479,24 @@ const chainArray = [
|
|
16288
16479
|
}
|
16289
16480
|
]
|
16290
16481
|
},
|
16482
|
+
{
|
16483
|
+
name: 'GoldXChain Testnet',
|
16484
|
+
chain: 'GoldXTestnet',
|
16485
|
+
rpc: [ 'https://testnet-rpc.goldxchain.io' ],
|
16486
|
+
faucets: [ 'https://faucet.goldxchain.io' ],
|
16487
|
+
nativeCurrency: { name: 'GoldX', symbol: 'GOLDX', decimals: 18 },
|
16488
|
+
infoURL: 'https://goldxchain.io',
|
16489
|
+
shortName: 'goldx-testnet',
|
16490
|
+
chainId: 22324,
|
16491
|
+
networkId: 22324,
|
16492
|
+
explorers: [
|
16493
|
+
{
|
16494
|
+
name: 'GoldXChain Testnet Explorer',
|
16495
|
+
url: 'https://testnet-explorer.goldxchain.io',
|
16496
|
+
standard: 'EIP3091'
|
16497
|
+
}
|
16498
|
+
]
|
16499
|
+
},
|
16291
16500
|
{
|
16292
16501
|
name: 'MAP Mainnet',
|
16293
16502
|
chain: 'MAP',
|
@@ -17209,6 +17418,24 @@ const chainArray = [
|
|
17209
17418
|
}
|
17210
17419
|
]
|
17211
17420
|
},
|
17421
|
+
{
|
17422
|
+
name: 'GoldXChain Mainnet',
|
17423
|
+
chain: 'GoldX',
|
17424
|
+
rpc: [ 'https://mainnet-rpc.goldxchain.io' ],
|
17425
|
+
faucets: [ 'https://goldx.gold' ],
|
17426
|
+
nativeCurrency: { name: 'GoldX', symbol: 'GOLDX', decimals: 18 },
|
17427
|
+
infoURL: 'https://goldxchain.io',
|
17428
|
+
shortName: 'goldx',
|
17429
|
+
chainId: 42355,
|
17430
|
+
networkId: 42355,
|
17431
|
+
explorers: [
|
17432
|
+
{
|
17433
|
+
name: 'GoldXChain Explorer',
|
17434
|
+
url: 'https://explorer.goldxchain.io',
|
17435
|
+
standard: 'EIP3091'
|
17436
|
+
}
|
17437
|
+
]
|
17438
|
+
},
|
17212
17439
|
{
|
17213
17440
|
name: 'ZKFair Mainnet',
|
17214
17441
|
title: 'ZKFair Mainnet',
|
@@ -18931,6 +19158,24 @@ const chainArray = [
|
|
18931
19158
|
}
|
18932
19159
|
]
|
18933
19160
|
},
|
19161
|
+
{
|
19162
|
+
name: 'Smart Layer Network Testnet',
|
19163
|
+
chain: 'SLN',
|
19164
|
+
rpc: [ 'https://rpc.test.smartlayer.network' ],
|
19165
|
+
faucets: [],
|
19166
|
+
nativeCurrency: { name: 'Service Unit Token', symbol: 'SU', decimals: 18 },
|
19167
|
+
infoURL: 'https://www.smartlayer.network/',
|
19168
|
+
shortName: 'tSLN',
|
19169
|
+
chainId: 82459,
|
19170
|
+
networkId: 82459,
|
19171
|
+
explorers: [
|
19172
|
+
{
|
19173
|
+
name: 'SLN Testnet Explorer',
|
19174
|
+
url: 'https://explorer.test.smartlayer.network',
|
19175
|
+
standard: 'EIP3091'
|
19176
|
+
}
|
19177
|
+
]
|
19178
|
+
},
|
18934
19179
|
{
|
18935
19180
|
name: 'Base Goerli Testnet',
|
18936
19181
|
chain: 'ETH',
|