eth-chainlist 0.0.439 → 0.0.441
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 +143 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.441 (2024-07-12)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.440 ([efd1602](https://github.com/poowf/eth-chainlist/commit/efd1602d4abc99cbdaa6477d09a9ba518ad2db0f))
|
9
|
+
* update chain data ([a2583a3](https://github.com/poowf/eth-chainlist/commit/a2583a3b3e04969088a9ac6fcd08d54c6956fa33))
|
10
|
+
|
11
|
+
### 0.0.440 (2024-07-11)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.439 ([21984e3](https://github.com/poowf/eth-chainlist/commit/21984e339623852bb87f0951ea68c3f6ca11a142))
|
17
|
+
* update chain data ([067b831](https://github.com/poowf/eth-chainlist/commit/067b831289592069202e04a56a9083fb6c99927f))
|
18
|
+
|
3
19
|
### 0.0.439 (2024-07-09)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -893,7 +893,7 @@ const chainArray = [
|
|
893
893
|
chain: 'crab',
|
894
894
|
rpc: [
|
895
895
|
'https://crab-rpc.darwinia.network',
|
896
|
-
'https://crab-rpc.
|
896
|
+
'https://crab-rpc.dcdao.box'
|
897
897
|
],
|
898
898
|
faucets: [],
|
899
899
|
nativeCurrency: { name: 'Crab Network Native Token', symbol: 'CRAB', decimals: 18 },
|
@@ -939,7 +939,7 @@ const chainArray = [
|
|
939
939
|
chain: 'darwinia',
|
940
940
|
rpc: [
|
941
941
|
'https://rpc.darwinia.network',
|
942
|
-
'https://darwinia-rpc.
|
942
|
+
'https://darwinia-rpc.dcdao.box',
|
943
943
|
'https://darwinia-rpc.dwellir.com'
|
944
944
|
],
|
945
945
|
faucets: [],
|
@@ -948,14 +948,14 @@ const chainArray = [
|
|
948
948
|
symbol: 'RING',
|
949
949
|
decimals: 18
|
950
950
|
},
|
951
|
-
infoURL: 'https://darwinia.network
|
951
|
+
infoURL: 'https://darwinia.network',
|
952
952
|
shortName: 'darwinia',
|
953
953
|
chainId: 46,
|
954
954
|
networkId: 46,
|
955
955
|
explorers: [
|
956
956
|
{
|
957
|
-
name: '
|
958
|
-
url: 'https://darwinia.
|
957
|
+
name: 'blockscout',
|
958
|
+
url: 'https://explorer.darwinia.network',
|
959
959
|
standard: 'EIP3091'
|
960
960
|
}
|
961
961
|
]
|
@@ -18616,6 +18616,18 @@ const chainArray = [
|
|
18616
18616
|
],
|
18617
18617
|
status: 'active'
|
18618
18618
|
},
|
18619
|
+
{
|
18620
|
+
name: 'Chakra Testnet',
|
18621
|
+
chain: 'Chakra Testnet',
|
18622
|
+
rpc: [ 'https://rpcv1-dn-1.chakrachain.io/' ],
|
18623
|
+
faucets: [],
|
18624
|
+
nativeCurrency: { name: 'Chakra', symbol: 'CKR', decimals: 18 },
|
18625
|
+
infoURL: '',
|
18626
|
+
shortName: 'ChakraTN',
|
18627
|
+
chainId: 8545,
|
18628
|
+
networkId: 8545,
|
18629
|
+
explorers: []
|
18630
|
+
},
|
18619
18631
|
{
|
18620
18632
|
name: 'Toki Network',
|
18621
18633
|
chain: 'TOKI',
|
@@ -21735,6 +21747,30 @@ const chainArray = [
|
|
21735
21747
|
bridges: [ { url: 'https://garnetchain.com/deposit' } ]
|
21736
21748
|
}
|
21737
21749
|
},
|
21750
|
+
{
|
21751
|
+
name: 'Onchain Points',
|
21752
|
+
chain: 'POP',
|
21753
|
+
rpc: [
|
21754
|
+
'https://rpc.onchainpoints.xyz',
|
21755
|
+
'https://rpc-onchain-points-8n0qkkpr2j.t.conduit.xyz/{CONDUIT_API_KEY}'
|
21756
|
+
],
|
21757
|
+
faucets: [],
|
21758
|
+
nativeCurrency: { name: 'OnchainPoints.xyz', symbol: 'POP', decimals: 18 },
|
21759
|
+
infoURL: 'https://onchainpoints.xyz',
|
21760
|
+
shortName: 'pop',
|
21761
|
+
chainId: 17071,
|
21762
|
+
networkId: 17071,
|
21763
|
+
icon: 'pop',
|
21764
|
+
status: 'incubating',
|
21765
|
+
explorers: [
|
21766
|
+
{
|
21767
|
+
name: 'blockscout',
|
21768
|
+
url: 'https://explorer.onchainpoints.xyz',
|
21769
|
+
icon: 'blockscout',
|
21770
|
+
standard: 'EIP3091'
|
21771
|
+
}
|
21772
|
+
]
|
21773
|
+
},
|
21738
21774
|
{
|
21739
21775
|
name: 'DeFiVerse Testnet',
|
21740
21776
|
chain: 'DeFiVerse Testnet',
|
@@ -25568,6 +25604,27 @@ const chainArray = [
|
|
25568
25604
|
}
|
25569
25605
|
]
|
25570
25606
|
},
|
25607
|
+
{
|
25608
|
+
name: 'Vecno Mainnet',
|
25609
|
+
chain: 'VE',
|
25610
|
+
rpc: [ 'https://rpc.vecno.org' ],
|
25611
|
+
faucets: [],
|
25612
|
+
nativeCurrency: { name: 'Vecno', symbol: 'VE', decimals: 18 },
|
25613
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
25614
|
+
infoURL: 'https://vecno.org',
|
25615
|
+
shortName: 've',
|
25616
|
+
chainId: 65357,
|
25617
|
+
networkId: 65357,
|
25618
|
+
icon: 'vecno',
|
25619
|
+
explorers: [
|
25620
|
+
{
|
25621
|
+
name: 'vecno',
|
25622
|
+
url: 'https://explorer.vecno.org',
|
25623
|
+
icon: 'blockscout',
|
25624
|
+
standard: 'EIP3091'
|
25625
|
+
}
|
25626
|
+
]
|
25627
|
+
},
|
25571
25628
|
{
|
25572
25629
|
name: 'Scolcoin Mainnet',
|
25573
25630
|
chain: 'SCOLWEI',
|
@@ -25587,6 +25644,19 @@ const chainArray = [
|
|
25587
25644
|
}
|
25588
25645
|
]
|
25589
25646
|
},
|
25647
|
+
{
|
25648
|
+
name: 'Automata Mainnet',
|
25649
|
+
chain: 'Automata Mainnet',
|
25650
|
+
rpc: [],
|
25651
|
+
faucets: [],
|
25652
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
25653
|
+
infoURL: 'https://ata.network',
|
25654
|
+
shortName: 'automatamainnet',
|
25655
|
+
chainId: 65536,
|
25656
|
+
networkId: 65536,
|
25657
|
+
icon: 'automata',
|
25658
|
+
explorers: []
|
25659
|
+
},
|
25590
25660
|
{
|
25591
25661
|
name: 'Janus Testnet',
|
25592
25662
|
chain: 'JanusNetwork',
|
@@ -29062,6 +29132,27 @@ const chainArray = [
|
|
29062
29132
|
],
|
29063
29133
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
29064
29134
|
},
|
29135
|
+
{
|
29136
|
+
name: 'Cipherem Testnet',
|
29137
|
+
chain: 'Cipherem',
|
29138
|
+
rpc: [ 'https://testnet.cipherem.com' ],
|
29139
|
+
faucets: [],
|
29140
|
+
nativeCurrency: { name: 'CIP', symbol: 'CIP', decimals: 18 },
|
29141
|
+
infoURL: 'https://www.cipherem.com',
|
29142
|
+
shortName: 'CIP',
|
29143
|
+
chainId: 292003,
|
29144
|
+
networkId: 292003,
|
29145
|
+
slip44: 1,
|
29146
|
+
icon: 'cipherem',
|
29147
|
+
explorers: [
|
29148
|
+
{
|
29149
|
+
name: 'Cipherscan Testnet Explorer',
|
29150
|
+
icon: 'cipherscan',
|
29151
|
+
url: 'https://cipherscan.net',
|
29152
|
+
standard: 'EIP3091'
|
29153
|
+
}
|
29154
|
+
]
|
29155
|
+
},
|
29065
29156
|
{
|
29066
29157
|
name: 'One World Chain Mainnet',
|
29067
29158
|
chain: 'One World Chain',
|
@@ -29189,6 +29280,25 @@ const chainArray = [
|
|
29189
29280
|
}
|
29190
29281
|
]
|
29191
29282
|
},
|
29283
|
+
{
|
29284
|
+
name: 'Nal Mainnet',
|
29285
|
+
chain: 'ETH',
|
29286
|
+
icon: 'nal',
|
29287
|
+
rpc: [ 'https://rpc.nal.network', 'wss://wss.nal.network' ],
|
29288
|
+
faucets: [],
|
29289
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
29290
|
+
infoURL: 'https://www.nal.network',
|
29291
|
+
shortName: 'nal',
|
29292
|
+
chainId: 328527,
|
29293
|
+
networkId: 328527,
|
29294
|
+
explorers: [
|
29295
|
+
{
|
29296
|
+
name: 'Nal Network Explorer',
|
29297
|
+
url: 'https://scan.nal.network',
|
29298
|
+
standard: 'EIP3091'
|
29299
|
+
}
|
29300
|
+
]
|
29301
|
+
},
|
29192
29302
|
{
|
29193
29303
|
name: 'TTcoin Smart Chain Mainnet',
|
29194
29304
|
chain: 'TSC',
|
@@ -31343,15 +31453,21 @@ const chainArray = [
|
|
31343
31453
|
{
|
31344
31454
|
name: 'Automata Testnet',
|
31345
31455
|
chain: 'Automata Testnet',
|
31346
|
-
rpc: [],
|
31456
|
+
rpc: [ 'https://automata-testnet.alt.technology' ],
|
31347
31457
|
faucets: [],
|
31348
|
-
nativeCurrency: { name: '
|
31458
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
31349
31459
|
infoURL: 'https://ata.network',
|
31350
31460
|
shortName: 'automatatest',
|
31351
31461
|
chainId: 1398243,
|
31352
31462
|
networkId: 1398243,
|
31353
31463
|
icon: 'automata',
|
31354
|
-
explorers: [
|
31464
|
+
explorers: [
|
31465
|
+
{
|
31466
|
+
name: 'Automata Testnet Explorer',
|
31467
|
+
url: 'https://automata-testnet-explorer.alt.technology',
|
31468
|
+
standard: 'EIP3091'
|
31469
|
+
}
|
31470
|
+
]
|
31355
31471
|
},
|
31356
31472
|
{
|
31357
31473
|
name: 'PlayFi Albireo Testnet',
|
@@ -32181,6 +32297,25 @@ const chainArray = [
|
|
32181
32297
|
}
|
32182
32298
|
]
|
32183
32299
|
},
|
32300
|
+
{
|
32301
|
+
name: 'AlienX Mainnet',
|
32302
|
+
chain: 'AlienX Mainnet',
|
32303
|
+
rpc: [ 'https://rpc.alienxchain.io/http' ],
|
32304
|
+
faucets: [],
|
32305
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
32306
|
+
infoURL: 'https://alienxchain.io/home',
|
32307
|
+
shortName: 'AlienX',
|
32308
|
+
chainId: 10241024,
|
32309
|
+
networkId: 10241024,
|
32310
|
+
icon: 'alienx',
|
32311
|
+
explorers: [
|
32312
|
+
{
|
32313
|
+
name: 'AlienXChain Explorer',
|
32314
|
+
url: 'https://explorer.alienxchain.io',
|
32315
|
+
standard: 'EIP3091'
|
32316
|
+
}
|
32317
|
+
]
|
32318
|
+
},
|
32184
32319
|
{
|
32185
32320
|
name: 'ALIENX Hal Testnet',
|
32186
32321
|
chain: 'ALIENX Hal',
|