eth-chainlist 0.0.129 → 0.0.131
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 +129 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.131 (2023-04-19)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.130 ([d548d20](https://github.com/poowf/eth-chainlist/commit/d548d204e7eb541d8da5f9fc7f8583120f3086c3))
|
9
|
+
* update chain data ([9b84d86](https://github.com/poowf/eth-chainlist/commit/9b84d867ba4c21323a43148955bdb93bdbda3c7c))
|
10
|
+
|
11
|
+
### 0.0.130 (2023-04-18)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.129 ([c5b8882](https://github.com/poowf/eth-chainlist/commit/c5b8882c4d3b0ffe7b27a4f905bcca5d4e0d3f98))
|
17
|
+
* update chain data ([5b7503d](https://github.com/poowf/eth-chainlist/commit/5b7503d14e5942386930efe2c24f4c54e4dde33a))
|
18
|
+
|
3
19
|
### 0.0.129 (2023-04-17)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2431,7 +2431,8 @@ const chainArray = [
|
|
2431
2431
|
{
|
2432
2432
|
name: 'OEBlock Testnet',
|
2433
2433
|
chain: 'OEBt',
|
2434
|
-
|
2434
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
2435
|
+
rpc: [ 'https://testnet-rpc.oeblock.com' ],
|
2435
2436
|
faucets: [],
|
2436
2437
|
nativeCurrency: { name: 'OEBlock', symbol: 'OEB', decimals: 18 },
|
2437
2438
|
infoURL: 'https://www.oeblock.com/',
|
@@ -2985,6 +2986,26 @@ const chainArray = [
|
|
2985
2986
|
chainId: 258,
|
2986
2987
|
networkId: 258
|
2987
2988
|
},
|
2989
|
+
{
|
2990
|
+
name: 'Neonlink Mainnet',
|
2991
|
+
chain: 'Neonlink',
|
2992
|
+
rpc: [ 'https://mainnet.neonlink.io' ],
|
2993
|
+
faucets: [],
|
2994
|
+
nativeCurrency: { name: 'Neonlink Native Token', symbol: 'NEON', decimals: 18 },
|
2995
|
+
infoURL: 'https://neonlink.io',
|
2996
|
+
shortName: 'neon',
|
2997
|
+
chainId: 259,
|
2998
|
+
networkId: 259,
|
2999
|
+
icon: 'neonlink',
|
3000
|
+
explorers: [
|
3001
|
+
{
|
3002
|
+
name: 'Neon Blockchain Explorer',
|
3003
|
+
url: 'https://scan.neonlink.io',
|
3004
|
+
standard: 'EIP3091',
|
3005
|
+
icon: 'neonlink'
|
3006
|
+
}
|
3007
|
+
]
|
3008
|
+
},
|
2988
3009
|
{
|
2989
3010
|
name: 'SUR Blockchain Network',
|
2990
3011
|
chain: 'SUR',
|
@@ -6027,6 +6048,7 @@ const chainArray = [
|
|
6027
6048
|
name: 'Rikeza Network Mainnet',
|
6028
6049
|
title: 'Rikeza Network Mainnet',
|
6029
6050
|
chain: 'Rikeza',
|
6051
|
+
icon: 'rikeza',
|
6030
6052
|
rpc: [ 'https://rpc.rikscan.com' ],
|
6031
6053
|
faucets: [],
|
6032
6054
|
nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 },
|
@@ -6254,7 +6276,7 @@ const chainArray = [
|
|
6254
6276
|
nativeCurrency: { name: 'Palette Token', symbol: 'PLT', decimals: 18 },
|
6255
6277
|
features: [],
|
6256
6278
|
infoURL: 'https://hashpalette.com/',
|
6257
|
-
shortName: '
|
6279
|
+
shortName: 'PCM',
|
6258
6280
|
chainId: 1718,
|
6259
6281
|
networkId: 1718,
|
6260
6282
|
icon: 'PLT',
|
@@ -8878,6 +8900,27 @@ const chainArray = [
|
|
8878
8900
|
}
|
8879
8901
|
]
|
8880
8902
|
},
|
8903
|
+
{
|
8904
|
+
name: 'IRIShub',
|
8905
|
+
chain: 'IRIShub',
|
8906
|
+
rpc: [ 'https://evmrpc.irishub-1.irisnet.org' ],
|
8907
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
8908
|
+
faucets: [],
|
8909
|
+
nativeCurrency: { name: 'Eris', symbol: 'ERIS', decimals: 18 },
|
8910
|
+
infoURL: 'https://www.irisnet.org',
|
8911
|
+
shortName: 'iris',
|
8912
|
+
chainId: 6688,
|
8913
|
+
networkId: 6688,
|
8914
|
+
icon: 'irishub',
|
8915
|
+
explorers: [
|
8916
|
+
{
|
8917
|
+
name: 'IRISHub Cosmos Explorer (IOBScan)',
|
8918
|
+
url: 'https://irishub.iobscan.io',
|
8919
|
+
standard: 'none',
|
8920
|
+
icon: 'irishub'
|
8921
|
+
}
|
8922
|
+
]
|
8923
|
+
},
|
8881
8924
|
{
|
8882
8925
|
name: 'Gold Smart Chain Mainnet',
|
8883
8926
|
chain: 'STAND',
|
@@ -10044,6 +10087,26 @@ const chainArray = [
|
|
10044
10087
|
}
|
10045
10088
|
]
|
10046
10089
|
},
|
10090
|
+
{
|
10091
|
+
name: 'Neonlink Testnet',
|
10092
|
+
chain: 'Neonlink',
|
10093
|
+
rpc: [ 'https://testnet.neonlink.io' ],
|
10094
|
+
faucets: [ 'https://faucet.neonlink.io/' ],
|
10095
|
+
nativeCurrency: { name: 'Neonlink Native Token', symbol: 'tNEON', decimals: 18 },
|
10096
|
+
infoURL: 'https://neonlink.io',
|
10097
|
+
shortName: 'testneon',
|
10098
|
+
chainId: 9559,
|
10099
|
+
networkId: 9559,
|
10100
|
+
icon: 'neonlink',
|
10101
|
+
explorers: [
|
10102
|
+
{
|
10103
|
+
name: 'Neon Blockchain Explorer',
|
10104
|
+
url: 'https://testnet-scan.neonlink.io',
|
10105
|
+
standard: 'EIP3091',
|
10106
|
+
icon: 'neonlink'
|
10107
|
+
}
|
10108
|
+
]
|
10109
|
+
},
|
10047
10110
|
{
|
10048
10111
|
name: 'Oort MainnetDev',
|
10049
10112
|
title: 'Oort MainnetDev',
|
@@ -10599,6 +10662,7 @@ const chainArray = [
|
|
10599
10662
|
name: 'Rikeza Network Testnet',
|
10600
10663
|
title: 'Rikeza Network Testnet',
|
10601
10664
|
chain: 'Rikeza',
|
10665
|
+
icon: 'rikeza',
|
10602
10666
|
rpc: [ 'https://testnet-rpc.rikscan.com' ],
|
10603
10667
|
faucets: [],
|
10604
10668
|
nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 },
|
@@ -10827,6 +10891,27 @@ const chainArray = [
|
|
10827
10891
|
}
|
10828
10892
|
]
|
10829
10893
|
},
|
10894
|
+
{
|
10895
|
+
name: 'Palette Chain Testnet',
|
10896
|
+
chain: 'PLT',
|
10897
|
+
rpc: [ 'https://palette-opennet.com:22000' ],
|
10898
|
+
faucets: [],
|
10899
|
+
nativeCurrency: { name: 'Palette Token', symbol: 'PLT', decimals: 18 },
|
10900
|
+
features: [],
|
10901
|
+
infoURL: 'https://hashpalette.com/',
|
10902
|
+
shortName: 'PCT',
|
10903
|
+
chainId: 17180,
|
10904
|
+
networkId: 17180,
|
10905
|
+
icon: 'PLT',
|
10906
|
+
explorers: [
|
10907
|
+
{
|
10908
|
+
name: 'Palettescan',
|
10909
|
+
url: 'https://testnet.palettescan.com',
|
10910
|
+
icon: 'PLT',
|
10911
|
+
standard: 'none'
|
10912
|
+
}
|
10913
|
+
]
|
10914
|
+
},
|
10830
10915
|
{
|
10831
10916
|
name: 'Frontier of Dreams Testnet',
|
10832
10917
|
chain: 'Game Network',
|
@@ -13909,6 +13994,26 @@ const chainArray = [
|
|
13909
13994
|
}
|
13910
13995
|
]
|
13911
13996
|
},
|
13997
|
+
{
|
13998
|
+
name: 'TTcoin Smart Chain Mainnet',
|
13999
|
+
chain: 'TSC',
|
14000
|
+
icon: 'tscscan',
|
14001
|
+
rpc: [ 'https://mainnet-rpc.tscscan.com' ],
|
14002
|
+
faucets: [ 'https://faucet.tscscan.com' ],
|
14003
|
+
nativeCurrency: { name: 'TTcoin', symbol: 'TC', decimals: 18 },
|
14004
|
+
infoURL: 'https://ttcoin.info/',
|
14005
|
+
shortName: 'tc',
|
14006
|
+
chainId: 330844,
|
14007
|
+
networkId: 330844,
|
14008
|
+
explorers: [
|
14009
|
+
{
|
14010
|
+
name: 'TTcoin Smart Chain Explorer',
|
14011
|
+
url: 'https://tscscan.com',
|
14012
|
+
standard: 'EIP3091',
|
14013
|
+
icon: 'tscscan'
|
14014
|
+
}
|
14015
|
+
]
|
14016
|
+
},
|
13912
14017
|
{
|
13913
14018
|
name: 'Oone Chain Testnet',
|
13914
14019
|
chain: 'OONE',
|
@@ -15657,6 +15762,28 @@ const chainArray = [
|
|
15657
15762
|
chainId: 1313161556,
|
15658
15763
|
networkId: 1313161556
|
15659
15764
|
},
|
15765
|
+
{
|
15766
|
+
name: 'Chaos (SKALE Testnet)',
|
15767
|
+
title: 'Chaos Testnet',
|
15768
|
+
chain: 'staging-fast-active-bellatrix',
|
15769
|
+
rpc: [
|
15770
|
+
'https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix'
|
15771
|
+
],
|
15772
|
+
faucets: [ 'https://sfuel.skale.network/staging/chaos' ],
|
15773
|
+
nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
|
15774
|
+
infoURL: 'https://docs.skale.network/develop/',
|
15775
|
+
shortName: 'chaos-tenet',
|
15776
|
+
chainId: 1351057110,
|
15777
|
+
networkId: 1351057110,
|
15778
|
+
explorers: [
|
15779
|
+
{
|
15780
|
+
name: 'Blockscout',
|
15781
|
+
url: 'https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com',
|
15782
|
+
icon: 'chaos',
|
15783
|
+
standard: 'EIP3091'
|
15784
|
+
}
|
15785
|
+
]
|
15786
|
+
},
|
15660
15787
|
{
|
15661
15788
|
name: 'RaptorChain',
|
15662
15789
|
chain: 'RPTR',
|