eth-chainlist 0.0.197 → 0.0.198
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 +79 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.198 (2023-07-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.197 ([fa374f7](https://github.com/poowf/eth-chainlist/commit/fa374f7cef2fb18d489cb404e9842f399e05fe2d))
|
9
|
+
* update chain data ([f64f0f0](https://github.com/poowf/eth-chainlist/commit/f64f0f0c548460ac4dfa975afb0bdc9bc7143ca4))
|
10
|
+
|
3
11
|
### 0.0.197 (2023-07-28)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -436,7 +436,7 @@ const chainArray = [
|
|
436
436
|
redFlags: [ 'reusedChainId' ]
|
437
437
|
},
|
438
438
|
{
|
439
|
-
name: 'Cronos Mainnet
|
439
|
+
name: 'Cronos Mainnet',
|
440
440
|
chain: 'CRO',
|
441
441
|
rpc: [ 'https://evm.cronos.org', 'https://cronos-evm.publicnode.com' ],
|
442
442
|
features: [ { name: 'EIP1559' } ],
|
@@ -4124,6 +4124,30 @@ const chainArray = [
|
|
4124
4124
|
}
|
4125
4125
|
]
|
4126
4126
|
},
|
4127
|
+
{
|
4128
|
+
name: 'Obscuro Testnet',
|
4129
|
+
title: 'Obscuro Sepolia Rollup Testnet',
|
4130
|
+
chainId: 443,
|
4131
|
+
shortName: 'obs-testnet',
|
4132
|
+
chain: 'ETH',
|
4133
|
+
networkId: 443,
|
4134
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
4135
|
+
rpc: [ 'https://testnet.obscu.ro' ],
|
4136
|
+
faucets: [],
|
4137
|
+
infoURL: 'https://obscu.ro',
|
4138
|
+
explorers: [
|
4139
|
+
{
|
4140
|
+
name: 'Obscuro Sepolia Rollup Explorer',
|
4141
|
+
url: 'https://testnet.obscuroscan.io',
|
4142
|
+
standard: 'none'
|
4143
|
+
}
|
4144
|
+
],
|
4145
|
+
parent: {
|
4146
|
+
type: 'L2',
|
4147
|
+
chain: 'eip155-5',
|
4148
|
+
bridges: [ { url: 'https://bridge.obscu.ro' } ]
|
4149
|
+
}
|
4150
|
+
},
|
4127
4151
|
{
|
4128
4152
|
name: 'Frenchain Testnet',
|
4129
4153
|
chain: 'tfren',
|
@@ -4543,6 +4567,28 @@ const chainArray = [
|
|
4543
4567
|
chainId: 600,
|
4544
4568
|
networkId: 600
|
4545
4569
|
},
|
4570
|
+
{
|
4571
|
+
name: 'PEER Testnet',
|
4572
|
+
chain: 'PEER',
|
4573
|
+
rpc: [
|
4574
|
+
'http://testnet-polka-host-232813573.us-west-1.elb.amazonaws.com'
|
4575
|
+
],
|
4576
|
+
faucets: [ 'https://testnet.peer.inc' ],
|
4577
|
+
nativeCurrency: { name: 'PEER Token', symbol: 'PEER', decimals: 18 },
|
4578
|
+
infoURL: 'https://peer.inc',
|
4579
|
+
shortName: 'PEER',
|
4580
|
+
chainId: 601,
|
4581
|
+
networkId: 601,
|
4582
|
+
icon: 'peer',
|
4583
|
+
explorers: [
|
4584
|
+
{
|
4585
|
+
name: 'PEER Explorer',
|
4586
|
+
url: 'https://testnet.peer.inc',
|
4587
|
+
standard: 'none',
|
4588
|
+
icon: 'peer'
|
4589
|
+
}
|
4590
|
+
]
|
4591
|
+
},
|
4546
4592
|
{
|
4547
4593
|
name: 'Graphlinq Blockchain Mainnet',
|
4548
4594
|
chain: 'GLQ Blockchain',
|
@@ -5913,6 +5959,26 @@ const chainArray = [
|
|
5913
5959
|
}
|
5914
5960
|
]
|
5915
5961
|
},
|
5962
|
+
{
|
5963
|
+
name: 'Mintara Mainnet',
|
5964
|
+
title: 'Mintara Mainnet',
|
5965
|
+
chain: 'Mintara',
|
5966
|
+
icon: 'mintara',
|
5967
|
+
rpc: [ 'https://subnets.avax.network/mintara/mainnet/rpc' ],
|
5968
|
+
faucets: [],
|
5969
|
+
nativeCurrency: { name: 'MINTARA', symbol: 'MNTR', decimals: 18 },
|
5970
|
+
infoURL: 'https://playthink.co.jp',
|
5971
|
+
shortName: 'mintara',
|
5972
|
+
chainId: 1080,
|
5973
|
+
networkId: 1080,
|
5974
|
+
explorers: [
|
5975
|
+
{
|
5976
|
+
name: 'explorer',
|
5977
|
+
url: 'https://subnets.avax.network/mintara',
|
5978
|
+
standard: 'EIP3091'
|
5979
|
+
}
|
5980
|
+
]
|
5981
|
+
},
|
5916
5982
|
{
|
5917
5983
|
name: 'Metis Andromeda Mainnet',
|
5918
5984
|
chain: 'ETH',
|
@@ -10132,6 +10198,17 @@ const chainArray = [
|
|
10132
10198
|
}
|
10133
10199
|
]
|
10134
10200
|
},
|
10201
|
+
{
|
10202
|
+
name: 'Arcturus Chain Testnet',
|
10203
|
+
chain: 'ARCTURUS',
|
10204
|
+
rpc: [ 'http://185.99.196.3:8545' ],
|
10205
|
+
faucets: [],
|
10206
|
+
nativeCurrency: { name: 'Test Arct', symbol: 'tARCT', decimals: 18 },
|
10207
|
+
infoURL: 'https://arcturuschain.io',
|
10208
|
+
shortName: 'ARCT',
|
10209
|
+
chainId: 5616,
|
10210
|
+
networkId: 5616
|
10211
|
+
},
|
10135
10212
|
{
|
10136
10213
|
name: 'Syscoin Tanenbaum Testnet',
|
10137
10214
|
chain: 'SYS',
|
@@ -11280,7 +11357,7 @@ const chainArray = [
|
|
11280
11357
|
{
|
11281
11358
|
name: 'Base',
|
11282
11359
|
chain: 'ETH',
|
11283
|
-
rpc: [ 'https://
|
11360
|
+
rpc: [ 'https://mainnet.base.org/' ],
|
11284
11361
|
faucets: [],
|
11285
11362
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
11286
11363
|
infoURL: 'https://base.org',
|