eth-chainlist 0.0.314 → 0.0.316
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 +127 -25
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.316 (2024-01-05)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.315 ([b28000e](https://github.com/poowf/eth-chainlist/commit/b28000e4d14c15a85819f2197edb280a2f12cf3a))
|
9
|
+
* update chain data ([afecdfa](https://github.com/poowf/eth-chainlist/commit/afecdfa5d6f9d205391f7749c0a0ba518beb2c0e))
|
10
|
+
|
11
|
+
### 0.0.315 (2023-12-29)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.314 ([28a9ab9](https://github.com/poowf/eth-chainlist/commit/28a9ab9fba58d9c763864d20c753938631e5fce9))
|
17
|
+
* update chain data ([c516047](https://github.com/poowf/eth-chainlist/commit/c516047e7ab10ad33a7d335dc77c97849ed573d9))
|
18
|
+
|
3
19
|
### 0.0.314 (2023-12-28)
|
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',
|
@@ -5380,23 +5380,22 @@ const chainArray = [
|
|
5380
5380
|
slip44: 1
|
5381
5381
|
},
|
5382
5382
|
{
|
5383
|
-
name: '
|
5384
|
-
chain: '
|
5385
|
-
rpc: [ 'https://rpc-testnet.
|
5386
|
-
faucets: [ 'https://
|
5387
|
-
nativeCurrency: { name: '
|
5388
|
-
infoURL: 'https://peer.inc',
|
5389
|
-
shortName: '
|
5383
|
+
name: 'Vine Testnet',
|
5384
|
+
chain: 'VINE',
|
5385
|
+
rpc: [ 'https://rpc-testnet.vne.network' ],
|
5386
|
+
faucets: [ 'https://vne.network/rose' ],
|
5387
|
+
nativeCurrency: { name: 'VINE', symbol: 'VNE', decimals: 18 },
|
5388
|
+
infoURL: 'https://www.peer.inc',
|
5389
|
+
shortName: 'VINE',
|
5390
5390
|
chainId: 601,
|
5391
5391
|
networkId: 601,
|
5392
|
-
|
5393
|
-
icon: 'peer',
|
5392
|
+
icon: 'vine',
|
5394
5393
|
explorers: [
|
5395
5394
|
{
|
5396
|
-
name: '
|
5397
|
-
url: 'https://
|
5395
|
+
name: 'Vine Explorer',
|
5396
|
+
url: 'https://vne.network/rose',
|
5398
5397
|
standard: 'none',
|
5399
|
-
icon: '
|
5398
|
+
icon: 'vine'
|
5400
5399
|
}
|
5401
5400
|
]
|
5402
5401
|
},
|
@@ -6543,7 +6542,7 @@ const chainArray = [
|
|
6543
6542
|
chain: 'Oort Mainnet',
|
6544
6543
|
rpc: [ 'https://mainnet-rpc.oortech.com' ],
|
6545
6544
|
faucets: [],
|
6546
|
-
nativeCurrency: { name: 'Oort', symbol: '
|
6545
|
+
nativeCurrency: { name: 'Oort', symbol: 'OORT', decimals: 18 },
|
6547
6546
|
infoURL: 'https://oortech.com',
|
6548
6547
|
shortName: 'ccn',
|
6549
6548
|
chainId: 970,
|
@@ -7766,6 +7765,24 @@ const chainArray = [
|
|
7766
7765
|
}
|
7767
7766
|
]
|
7768
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
|
+
},
|
7769
7786
|
{
|
7770
7787
|
name: 'CIC Chain Testnet',
|
7771
7788
|
chain: 'CICT',
|
@@ -8780,6 +8797,34 @@ const chainArray = [
|
|
8780
8797
|
}
|
8781
8798
|
]
|
8782
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
|
+
},
|
8783
8828
|
{
|
8784
8829
|
name: 'Teslafunds',
|
8785
8830
|
chain: 'TSF',
|
@@ -8988,6 +9033,31 @@ const chainArray = [
|
|
8988
9033
|
}
|
8989
9034
|
]
|
8990
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
|
+
},
|
8991
9061
|
{
|
8992
9062
|
name: 'ONUS Chain Testnet',
|
8993
9063
|
title: 'ONUS Chain Testnet',
|
@@ -9620,6 +9690,17 @@ const chainArray = [
|
|
9620
9690
|
chainId: 2032,
|
9621
9691
|
networkId: 2032
|
9622
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
|
+
},
|
9623
9704
|
{
|
9624
9705
|
name: 'Kiwi Subnet',
|
9625
9706
|
chain: 'KIWI',
|
@@ -13627,13 +13708,13 @@ const chainArray = [
|
|
13627
13708
|
redFlags: [ 'reusedChainId' ]
|
13628
13709
|
},
|
13629
13710
|
{
|
13630
|
-
name: '
|
13631
|
-
chain: '
|
13711
|
+
name: 'Bitcoin Chain',
|
13712
|
+
chain: 'BTC',
|
13632
13713
|
rpc: [ 'https://rpc.biteth.org' ],
|
13633
13714
|
faucets: [],
|
13634
|
-
nativeCurrency: { name: '
|
13715
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
13635
13716
|
infoURL: 'https://biteth.org',
|
13636
|
-
shortName: '
|
13717
|
+
shortName: 'Bitcoin',
|
13637
13718
|
chainId: 8086,
|
13638
13719
|
networkId: 8086,
|
13639
13720
|
explorers: []
|
@@ -14206,7 +14287,7 @@ const chainArray = [
|
|
14206
14287
|
name: 'JIBCHAIN L1',
|
14207
14288
|
chain: 'JBC',
|
14208
14289
|
rpc: [ 'https://rpc-l1.jibchain.net', 'https://jib-rpc.inan.in.th' ],
|
14209
|
-
faucets: [
|
14290
|
+
faucets: [],
|
14210
14291
|
icon: 'jbc',
|
14211
14292
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
14212
14293
|
nativeCurrency: { name: 'JIBCOIN', symbol: 'JBC', decimals: 18 },
|
@@ -14457,7 +14538,7 @@ const chainArray = [
|
|
14457
14538
|
chain: 'MainnetDev',
|
14458
14539
|
rpc: [ 'https://dev-rpc.oortech.com' ],
|
14459
14540
|
faucets: [],
|
14460
|
-
nativeCurrency: { name: 'Oort', symbol: '
|
14541
|
+
nativeCurrency: { name: 'Oort', symbol: 'OORT', decimals: 18 },
|
14461
14542
|
infoURL: 'https://oortech.com',
|
14462
14543
|
shortName: 'MainnetDev',
|
14463
14544
|
chainId: 9700,
|
@@ -14907,6 +14988,27 @@ const chainArray = [
|
|
14907
14988
|
}
|
14908
14989
|
]
|
14909
14990
|
},
|
14991
|
+
{
|
14992
|
+
name: 'Arthera Mainnet',
|
14993
|
+
chain: 'AA',
|
14994
|
+
icon: 'arthera',
|
14995
|
+
rpc: [ 'https://rpc.arthera.net' ],
|
14996
|
+
faucets: [],
|
14997
|
+
nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
|
14998
|
+
infoURL: 'https://docs.arthera.net/build/developing-sc/using-hardhat',
|
14999
|
+
shortName: 'aa',
|
15000
|
+
chainId: 10242,
|
15001
|
+
networkId: 10242,
|
15002
|
+
slip44: 10242,
|
15003
|
+
explorers: [
|
15004
|
+
{
|
15005
|
+
name: 'blockscout',
|
15006
|
+
url: 'https://explorer.arthera.net',
|
15007
|
+
icon: 'blockscout',
|
15008
|
+
standard: 'EIP3091'
|
15009
|
+
}
|
15010
|
+
]
|
15011
|
+
},
|
14910
15012
|
{
|
14911
15013
|
name: 'Arthera Testnet',
|
14912
15014
|
chain: 'AA',
|
@@ -14915,7 +15017,7 @@ const chainArray = [
|
|
14915
15017
|
faucets: [ 'https://faucet.arthera.net' ],
|
14916
15018
|
nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
|
14917
15019
|
infoURL: 'https://docs.arthera.net',
|
14918
|
-
shortName: '
|
15020
|
+
shortName: 'aat',
|
14919
15021
|
chainId: 10243,
|
14920
15022
|
networkId: 10243,
|
14921
15023
|
slip44: 1,
|
@@ -14952,7 +15054,7 @@ const chainArray = [
|
|
14952
15054
|
icon: 'worldland',
|
14953
15055
|
rpc: [ 'https://gwangju.worldland.foundation' ],
|
14954
15056
|
faucets: [],
|
14955
|
-
nativeCurrency: { name: 'Worldland', symbol: '
|
15057
|
+
nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
|
14956
15058
|
infoURL: 'https://worldland.foundation',
|
14957
15059
|
shortName: 'TWLC',
|
14958
15060
|
chainId: 10395,
|