eth-chainlist 0.0.511 → 0.0.512
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +68 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.512 (2024-10-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.511 ([ff7153c](https://github.com/poowf/eth-chainlist/commit/ff7153ccb3e3fe95d2dc1a8b9f62796315ca3056))
|
9
|
+
* update chain data ([5839f78](https://github.com/poowf/eth-chainlist/commit/5839f78bd97e6e6d84ee47d0b37d6649c64101e4))
|
10
|
+
|
3
11
|
### 0.0.511 (2024-10-09)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -28517,7 +28517,10 @@ const chainArray = [
|
|
28517
28517
|
{
|
28518
28518
|
name: 'Automata Mainnet',
|
28519
28519
|
chain: 'Automata Mainnet',
|
28520
|
-
rpc: [
|
28520
|
+
rpc: [
|
28521
|
+
'https://rpc.ata.network',
|
28522
|
+
'https://automata-mainnet.alt.technology/'
|
28523
|
+
],
|
28521
28524
|
faucets: [],
|
28522
28525
|
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
28523
28526
|
infoURL: 'https://ata.network',
|
@@ -28525,7 +28528,13 @@ const chainArray = [
|
|
28525
28528
|
chainId: 65536,
|
28526
28529
|
networkId: 65536,
|
28527
28530
|
icon: 'automata',
|
28528
|
-
explorers: [
|
28531
|
+
explorers: [
|
28532
|
+
{
|
28533
|
+
name: 'Automata Explorer',
|
28534
|
+
url: 'https://explorer.ata.network',
|
28535
|
+
standard: 'EIP3091'
|
28536
|
+
}
|
28537
|
+
]
|
28529
28538
|
},
|
28530
28539
|
{
|
28531
28540
|
name: 'Creator Chain Testnet',
|
@@ -35114,7 +35123,10 @@ const chainArray = [
|
|
35114
35123
|
{
|
35115
35124
|
name: 'Automata Testnet',
|
35116
35125
|
chain: 'Automata Testnet',
|
35117
|
-
rpc: [
|
35126
|
+
rpc: [
|
35127
|
+
'https://rpc-testnet.ata.network',
|
35128
|
+
'https://automata-testnet.alt.technology'
|
35129
|
+
],
|
35118
35130
|
faucets: [],
|
35119
35131
|
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
35120
35132
|
infoURL: 'https://ata.network',
|
@@ -35125,7 +35137,7 @@ const chainArray = [
|
|
35125
35137
|
explorers: [
|
35126
35138
|
{
|
35127
35139
|
name: 'Automata Testnet Explorer',
|
35128
|
-
url: 'https://
|
35140
|
+
url: 'https://explorer-testnet.ata.network',
|
35129
35141
|
standard: 'EIP3091'
|
35130
35142
|
}
|
35131
35143
|
]
|
@@ -37903,6 +37915,31 @@ const chainArray = [
|
|
37903
37915
|
}
|
37904
37916
|
]
|
37905
37917
|
},
|
37918
|
+
{
|
37919
|
+
name: 'Lumia Mainnet',
|
37920
|
+
shortName: 'lumia-mainnet',
|
37921
|
+
title: 'Lumia Mainnet',
|
37922
|
+
chain: 'ETH',
|
37923
|
+
icon: 'lumia',
|
37924
|
+
rpc: [ 'https://mainnet-rpc.lumia.org' ],
|
37925
|
+
faucets: [],
|
37926
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
37927
|
+
infoURL: 'https://lumia.org',
|
37928
|
+
chainId: 994873017,
|
37929
|
+
networkId: 994873017,
|
37930
|
+
explorers: [
|
37931
|
+
{
|
37932
|
+
name: 'Lumia Mainnet Explorer',
|
37933
|
+
url: 'https://explorer.lumia.org',
|
37934
|
+
standard: 'EIP3091'
|
37935
|
+
}
|
37936
|
+
],
|
37937
|
+
parent: {
|
37938
|
+
type: 'L2',
|
37939
|
+
chain: 'eip155-1',
|
37940
|
+
bridges: [ { url: 'https://bridge.lumia.org' } ]
|
37941
|
+
}
|
37942
|
+
},
|
37906
37943
|
{
|
37907
37944
|
name: 'Zora Sepolia Testnet',
|
37908
37945
|
chain: 'ETH',
|
@@ -38516,6 +38553,33 @@ const chainArray = [
|
|
38516
38553
|
}
|
38517
38554
|
]
|
38518
38555
|
},
|
38556
|
+
{
|
38557
|
+
name: 'Lumia Testnet',
|
38558
|
+
shortName: 'lumiatestnet',
|
38559
|
+
title: 'Lumia Testnet',
|
38560
|
+
chain: 'ETH',
|
38561
|
+
icon: 'lumia',
|
38562
|
+
rpc: [ 'https://testnet-rpc.lumia.org' ],
|
38563
|
+
faucets: [ 'https://testnet-faucet.lumia.org' ],
|
38564
|
+
nativeCurrency: { name: 'Lumia', symbol: 'LUMIA', decimals: 18 },
|
38565
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
38566
|
+
infoURL: 'https://lumia.org',
|
38567
|
+
chainId: 1952959480,
|
38568
|
+
networkId: 1952959480,
|
38569
|
+
explorers: [
|
38570
|
+
{
|
38571
|
+
name: 'Lumia Testnet Explorer',
|
38572
|
+
url: 'https://testnet-explorer.lumia.org',
|
38573
|
+
icon: 'lumia',
|
38574
|
+
standard: 'EIP3091'
|
38575
|
+
}
|
38576
|
+
],
|
38577
|
+
parent: {
|
38578
|
+
type: 'L2',
|
38579
|
+
chain: 'eip155-1',
|
38580
|
+
bridges: [ { url: 'https://testnet-bridge.lumia.org' } ]
|
38581
|
+
}
|
38582
|
+
},
|
38519
38583
|
{
|
38520
38584
|
name: 'DataHopper',
|
38521
38585
|
chain: 'HOP',
|