eth-chainlist 0.0.413 → 0.0.415
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 +107 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.415 (2024-05-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.414 ([4cf6a63](https://github.com/poowf/eth-chainlist/commit/4cf6a6384db84af73d24856968ec65967d434f4b))
|
9
|
+
* update chain data ([c5d210f](https://github.com/poowf/eth-chainlist/commit/c5d210f3ef9cfe5ab542a53bad82d2797f75c0bd))
|
10
|
+
|
11
|
+
### 0.0.414 (2024-05-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.413 ([b37bd78](https://github.com/poowf/eth-chainlist/commit/b37bd78b2e10a763934be84c7092acda1d94fb15))
|
17
|
+
* update chain data ([b868f3e](https://github.com/poowf/eth-chainlist/commit/b868f3e64e653ad4b270d68cea5cf1ea340e62d9))
|
18
|
+
|
3
19
|
### 0.0.413 (2024-05-26)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -17272,6 +17272,28 @@ const chainArray = [
|
|
17272
17272
|
networkId: 8029,
|
17273
17273
|
slip44: 1
|
17274
17274
|
},
|
17275
|
+
{
|
17276
|
+
name: 'BOAT Mainnet',
|
17277
|
+
title: 'BOAT Mainnet',
|
17278
|
+
chain: 'BOAT',
|
17279
|
+
icon: 'boat',
|
17280
|
+
rpc: [ 'https://rpc0.come.boat/' ],
|
17281
|
+
faucets: [],
|
17282
|
+
nativeCurrency: { name: 'Best Of All Time Token', symbol: 'BOAT', decimals: 18 },
|
17283
|
+
infoURL: 'https://come.boats',
|
17284
|
+
shortName: 'boat',
|
17285
|
+
chainId: 8047,
|
17286
|
+
networkId: 8047,
|
17287
|
+
slip44: 1,
|
17288
|
+
explorers: [
|
17289
|
+
{
|
17290
|
+
name: 'BOAT Mainnet Explorer',
|
17291
|
+
url: 'https://scan.come.boats',
|
17292
|
+
icon: 'boat',
|
17293
|
+
standard: 'EIP3091'
|
17294
|
+
}
|
17295
|
+
]
|
17296
|
+
},
|
17275
17297
|
{
|
17276
17298
|
name: 'Karak Sepolia',
|
17277
17299
|
title: 'Karak Testnet Sepolia',
|
@@ -20017,6 +20039,27 @@ const chainArray = [
|
|
20017
20039
|
}
|
20018
20040
|
]
|
20019
20041
|
},
|
20042
|
+
{
|
20043
|
+
name: 'Gravity Alpha Testnet Sepolia',
|
20044
|
+
chain: 'Gravity',
|
20045
|
+
rpc: [ 'https://rpc-sepolia.gravity.xyz' ],
|
20046
|
+
faucets: [],
|
20047
|
+
nativeCurrency: { name: 'Sepolia Gravity', symbol: 'G.', decimals: 18 },
|
20048
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' }, { name: 'EIP1108' } ],
|
20049
|
+
infoURL: 'https://gravity.xyz',
|
20050
|
+
shortName: 'gravitysep',
|
20051
|
+
chainId: 13505,
|
20052
|
+
networkId: 13505,
|
20053
|
+
icon: 'gravity',
|
20054
|
+
explorers: [
|
20055
|
+
{
|
20056
|
+
name: 'Gravity Alpha Testnet Sepolia Explorer',
|
20057
|
+
url: 'https://explorer-sepolia.gravity.xyz',
|
20058
|
+
standard: 'EIP3091'
|
20059
|
+
}
|
20060
|
+
],
|
20061
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
20062
|
+
},
|
20020
20063
|
{
|
20021
20064
|
name: 'Kronobit Mainnet',
|
20022
20065
|
title: 'Kronobit Mainnet',
|
@@ -20152,6 +20195,44 @@ const chainArray = [
|
|
20152
20195
|
}
|
20153
20196
|
]
|
20154
20197
|
},
|
20198
|
+
{
|
20199
|
+
name: 'Poodl Testnet',
|
20200
|
+
chain: 'Poodl',
|
20201
|
+
icon: 'poodlIcon',
|
20202
|
+
rpc: [ 'https://testnet-rpc.poodl.org' ],
|
20203
|
+
faucets: [ 'https://faucet.poodl.org' ],
|
20204
|
+
nativeCurrency: { name: 'Poodl', symbol: 'POODL', decimals: 18 },
|
20205
|
+
infoURL: 'https://poodl.org',
|
20206
|
+
shortName: 'poodlt',
|
20207
|
+
chainId: 15257,
|
20208
|
+
networkId: 15257,
|
20209
|
+
explorers: [
|
20210
|
+
{
|
20211
|
+
name: 'Poodl Testnet Explorer',
|
20212
|
+
url: 'https://testnet.poodl.org',
|
20213
|
+
standard: 'EIP3091'
|
20214
|
+
}
|
20215
|
+
]
|
20216
|
+
},
|
20217
|
+
{
|
20218
|
+
name: 'Poodl Mainnet',
|
20219
|
+
chain: 'Poodl',
|
20220
|
+
icon: 'poodlIcon',
|
20221
|
+
rpc: [ 'https://rpc.poodl.org' ],
|
20222
|
+
faucets: [],
|
20223
|
+
nativeCurrency: { name: 'Poodl', symbol: 'POODL', decimals: 18 },
|
20224
|
+
infoURL: 'https://poodl.org',
|
20225
|
+
shortName: 'poodle',
|
20226
|
+
chainId: 15259,
|
20227
|
+
networkId: 15259,
|
20228
|
+
explorers: [
|
20229
|
+
{
|
20230
|
+
name: 'Poodl Mainnet Explorer',
|
20231
|
+
url: 'https://explorer.poodl.org',
|
20232
|
+
standard: 'EIP3091'
|
20233
|
+
}
|
20234
|
+
]
|
20235
|
+
},
|
20155
20236
|
{
|
20156
20237
|
name: 'LoopNetwork Mainnet',
|
20157
20238
|
chain: 'LoopNetwork',
|
@@ -22435,6 +22516,25 @@ const chainArray = [
|
|
22435
22516
|
chainId: 42069,
|
22436
22517
|
networkId: 42069
|
22437
22518
|
},
|
22519
|
+
{
|
22520
|
+
name: 'AgentLayer Testnet',
|
22521
|
+
chain: 'AgentLayer',
|
22522
|
+
icon: 'agentLayerIcon',
|
22523
|
+
rpc: [ 'https://testnet-rpc.agentlayer.xyz' ],
|
22524
|
+
faucets: [],
|
22525
|
+
nativeCurrency: { name: 'Agent', symbol: 'AGENT', decimals: 18 },
|
22526
|
+
infoURL: 'https://agentlayer.xyz/home',
|
22527
|
+
shortName: 'agent',
|
22528
|
+
chainId: 42072,
|
22529
|
+
networkId: 42072,
|
22530
|
+
explorers: [
|
22531
|
+
{
|
22532
|
+
name: 'AgentLayer Testnet Explorer',
|
22533
|
+
url: 'https://testnet-explorer.agentlayer.xyz',
|
22534
|
+
standard: 'EIP3091'
|
22535
|
+
}
|
22536
|
+
]
|
22537
|
+
},
|
22438
22538
|
{
|
22439
22539
|
name: 'Arbitrum One',
|
22440
22540
|
chainId: 42161,
|
@@ -27321,7 +27421,13 @@ const chainArray = [
|
|
27321
27421
|
chainId: 313313,
|
27322
27422
|
networkId: 313313,
|
27323
27423
|
icon: 'sahara',
|
27324
|
-
explorers: [
|
27424
|
+
explorers: [
|
27425
|
+
{
|
27426
|
+
name: 'Testnet Scan',
|
27427
|
+
url: 'https://explorer.saharaa.info',
|
27428
|
+
standard: 'EIP3091'
|
27429
|
+
}
|
27430
|
+
]
|
27325
27431
|
},
|
27326
27432
|
{
|
27327
27433
|
name: 'Filecoin - Calibration testnet',
|