eth-chainlist 0.0.315 → 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 +8 -0
- package/data/chain.js +115 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
3
11
|
### 0.0.315 (2023-12-29)
|
4
12
|
|
5
13
|
|
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',
|
@@ -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',
|
@@ -13626,13 +13708,13 @@ const chainArray = [
|
|
13626
13708
|
redFlags: [ 'reusedChainId' ]
|
13627
13709
|
},
|
13628
13710
|
{
|
13629
|
-
name: '
|
13630
|
-
chain: '
|
13711
|
+
name: 'Bitcoin Chain',
|
13712
|
+
chain: 'BTC',
|
13631
13713
|
rpc: [ 'https://rpc.biteth.org' ],
|
13632
13714
|
faucets: [],
|
13633
|
-
nativeCurrency: { name: '
|
13715
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
|
13634
13716
|
infoURL: 'https://biteth.org',
|
13635
|
-
shortName: '
|
13717
|
+
shortName: 'Bitcoin',
|
13636
13718
|
chainId: 8086,
|
13637
13719
|
networkId: 8086,
|
13638
13720
|
explorers: []
|
@@ -14456,7 +14538,7 @@ const chainArray = [
|
|
14456
14538
|
chain: 'MainnetDev',
|
14457
14539
|
rpc: [ 'https://dev-rpc.oortech.com' ],
|
14458
14540
|
faucets: [],
|
14459
|
-
nativeCurrency: { name: 'Oort', symbol: '
|
14541
|
+
nativeCurrency: { name: 'Oort', symbol: 'OORT', decimals: 18 },
|
14460
14542
|
infoURL: 'https://oortech.com',
|
14461
14543
|
shortName: 'MainnetDev',
|
14462
14544
|
chainId: 9700,
|
@@ -14906,6 +14988,27 @@ const chainArray = [
|
|
14906
14988
|
}
|
14907
14989
|
]
|
14908
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
|
+
},
|
14909
15012
|
{
|
14910
15013
|
name: 'Arthera Testnet',
|
14911
15014
|
chain: 'AA',
|
@@ -14914,7 +15017,7 @@ const chainArray = [
|
|
14914
15017
|
faucets: [ 'https://faucet.arthera.net' ],
|
14915
15018
|
nativeCurrency: { name: 'Arthera', symbol: 'AA', decimals: 18 },
|
14916
15019
|
infoURL: 'https://docs.arthera.net',
|
14917
|
-
shortName: '
|
15020
|
+
shortName: 'aat',
|
14918
15021
|
chainId: 10243,
|
14919
15022
|
networkId: 10243,
|
14920
15023
|
slip44: 1,
|
@@ -14951,7 +15054,7 @@ const chainArray = [
|
|
14951
15054
|
icon: 'worldland',
|
14952
15055
|
rpc: [ 'https://gwangju.worldland.foundation' ],
|
14953
15056
|
faucets: [],
|
14954
|
-
nativeCurrency: { name: 'Worldland', symbol: '
|
15057
|
+
nativeCurrency: { name: 'Worldland', symbol: 'WLC', decimals: 18 },
|
14955
15058
|
infoURL: 'https://worldland.foundation',
|
14956
15059
|
shortName: 'TWLC',
|
14957
15060
|
chainId: 10395,
|