eth-chainlist 0.0.441 → 0.0.442
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 +83 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.442 (2024-07-13)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.441 ([c35e051](https://github.com/poowf/eth-chainlist/commit/c35e051d67956d6ebf73aa01625cf8265cbaa601))
|
9
|
+
* update chain data ([335964f](https://github.com/poowf/eth-chainlist/commit/335964f02cbaee7a8e6dd8630637085fdbce9bbc))
|
10
|
+
|
3
11
|
### 0.0.441 (2024-07-12)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -4370,6 +4370,26 @@ const chainArray = [
|
|
4370
4370
|
}
|
4371
4371
|
]
|
4372
4372
|
},
|
4373
|
+
{
|
4374
|
+
name: 'Guru Network Testnet',
|
4375
|
+
chain: 'tGURU',
|
4376
|
+
icon: 'GuruNetwork',
|
4377
|
+
rpc: [ 'https://rpc.gurunetwork.ai/archive/261' ],
|
4378
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
4379
|
+
faucets: [ 'https://v2.dex.guru/season-pass/faucet' ],
|
4380
|
+
nativeCurrency: { name: 'testGURU', symbol: 'tGURU', decimals: 18 },
|
4381
|
+
infoURL: 'https://gurunetwork.ai',
|
4382
|
+
shortName: 'tguru',
|
4383
|
+
chainId: 261,
|
4384
|
+
networkId: 261,
|
4385
|
+
explorers: [
|
4386
|
+
{
|
4387
|
+
name: 'guruscan',
|
4388
|
+
url: 'https://scan.gurunetwork.ai',
|
4389
|
+
standard: 'EIP3091'
|
4390
|
+
}
|
4391
|
+
]
|
4392
|
+
},
|
4373
4393
|
{
|
4374
4394
|
name: 'SUR Blockchain Network',
|
4375
4395
|
chain: 'SUR',
|
@@ -19480,6 +19500,25 @@ const chainArray = [
|
|
19480
19500
|
}
|
19481
19501
|
]
|
19482
19502
|
},
|
19503
|
+
{
|
19504
|
+
name: 'WeaveVM Testnet',
|
19505
|
+
chain: 'WVM',
|
19506
|
+
rpc: [ 'https://testnet.wvm.dev' ],
|
19507
|
+
faucets: [],
|
19508
|
+
nativeCurrency: { name: 'Testnet WeaveVM Token', symbol: 'tWVM', decimals: 18 },
|
19509
|
+
infoURL: 'https://wvm.dev',
|
19510
|
+
shortName: 'twvm',
|
19511
|
+
chainId: 9496,
|
19512
|
+
networkId: 9496,
|
19513
|
+
icon: 'weavevm',
|
19514
|
+
explorers: [
|
19515
|
+
{
|
19516
|
+
name: 'WeaveVM Explorer',
|
19517
|
+
url: 'https://explorer.wvm.dev',
|
19518
|
+
standard: 'EIP3091'
|
19519
|
+
}
|
19520
|
+
]
|
19521
|
+
},
|
19483
19522
|
{
|
19484
19523
|
name: 'Rangers Protocol Testnet Robin',
|
19485
19524
|
chain: 'Rangers',
|
@@ -22129,6 +22168,30 @@ const chainArray = [
|
|
22129
22168
|
],
|
22130
22169
|
parent: { type: 'L2', chain: 'eip155-248' }
|
22131
22170
|
},
|
22171
|
+
{
|
22172
|
+
name: 'BlockX Atlantis Testnet',
|
22173
|
+
chain: 'blockx',
|
22174
|
+
rpc: [ 'https://atlantis-web3.blockxnet.com' ],
|
22175
|
+
faucets: [ 'https://ping.blockxnet.com/blockx-atlantis-testnet/faucet' ],
|
22176
|
+
nativeCurrency: { name: 'BCX', symbol: 'BCX', decimals: 18 },
|
22177
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
22178
|
+
infoURL: 'https://www.blockxnet.com/',
|
22179
|
+
shortName: 'tbcx',
|
22180
|
+
chainId: 19077,
|
22181
|
+
networkId: 19077,
|
22182
|
+
explorers: [
|
22183
|
+
{
|
22184
|
+
name: 'BlockX EVM Explorer (Blockscout)',
|
22185
|
+
url: 'https://testnet-explorer.blockxnet.com',
|
22186
|
+
standard: 'EIP3091'
|
22187
|
+
},
|
22188
|
+
{
|
22189
|
+
name: 'BlockX Cosmos Explorer (Ping)',
|
22190
|
+
url: 'https://ping.blockxnet.com/blockx-atlantis-testnet',
|
22191
|
+
standard: 'none'
|
22192
|
+
}
|
22193
|
+
]
|
22194
|
+
},
|
22132
22195
|
{
|
22133
22196
|
name: 'Decentraconnect Social',
|
22134
22197
|
chain: 'DCSM',
|
@@ -27447,7 +27510,7 @@ const chainArray = [
|
|
27447
27510
|
{
|
27448
27511
|
name: 'VeChain Testnet',
|
27449
27512
|
chain: 'VeChain',
|
27450
|
-
rpc: [],
|
27513
|
+
rpc: [ 'https://rpc-testnet.vechain.energy' ],
|
27451
27514
|
faucets: [ 'https://faucet.vecha.in' ],
|
27452
27515
|
nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
|
27453
27516
|
infoURL: 'https://vechain.org',
|
@@ -30008,6 +30071,25 @@ const chainArray = [
|
|
30008
30071
|
slip44: 1,
|
30009
30072
|
explorers: []
|
30010
30073
|
},
|
30074
|
+
{
|
30075
|
+
name: 'Gobbl Testnet',
|
30076
|
+
chain: 'Gobbl Testnet',
|
30077
|
+
rpc: [ 'https://rpc.gobbl.io' ],
|
30078
|
+
faucets: [ 'https://faucet.gobbl.io' ],
|
30079
|
+
nativeCurrency: { name: 'Gobbl Token', symbol: 'GOBBL', decimals: 18 },
|
30080
|
+
infoURL: 'https://www.gobbl.io/',
|
30081
|
+
shortName: 'gbl-testnet',
|
30082
|
+
chainId: 486487,
|
30083
|
+
networkId: 486487,
|
30084
|
+
icon: 'gobbl',
|
30085
|
+
explorers: [
|
30086
|
+
{
|
30087
|
+
name: 'Gobbl Testnet Explorer',
|
30088
|
+
url: 'https://explorer.gobbl.io',
|
30089
|
+
standard: 'EIP3091'
|
30090
|
+
}
|
30091
|
+
]
|
30092
|
+
},
|
30011
30093
|
{
|
30012
30094
|
name: 'Autonomys Testnet Nova Domain',
|
30013
30095
|
chain: 'TATC',
|