eth-chainlist 0.0.757 → 0.0.758
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 +56 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.758 (2026-04-25)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.757 ([61b250d](https://github.com/poowf/eth-chainlist/commit/61b250d5d40ade1cfe9eb507fd49c013c1b63aa4))
|
|
9
|
+
* update chain data ([e4cf2a5](https://github.com/poowf/eth-chainlist/commit/e4cf2a52e9c6f96fe30237204f51916a82639cf3))
|
|
10
|
+
|
|
3
11
|
### 0.0.757 (2026-04-24)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -7298,6 +7298,26 @@ const chainArray = [
|
|
|
7298
7298
|
}
|
|
7299
7299
|
]
|
|
7300
7300
|
},
|
|
7301
|
+
{
|
|
7302
|
+
name: 'DotOne Smart Chain',
|
|
7303
|
+
chain: 'DOTO',
|
|
7304
|
+
rpc: [ 'https://rpc.dotone.network' ],
|
|
7305
|
+
faucets: [],
|
|
7306
|
+
nativeCurrency: { name: 'Doto', symbol: 'DOTO', decimals: 18 },
|
|
7307
|
+
infoURL: 'https://dotone.network',
|
|
7308
|
+
shortName: 'doto',
|
|
7309
|
+
chainId: 505,
|
|
7310
|
+
networkId: 505,
|
|
7311
|
+
icon: 'dotonechain',
|
|
7312
|
+
explorers: [
|
|
7313
|
+
{
|
|
7314
|
+
name: 'DotOne Smart Chain Explorer',
|
|
7315
|
+
url: 'https://explorer.dotone.network',
|
|
7316
|
+
icon: 'dotonechain',
|
|
7317
|
+
standard: 'EIP3091'
|
|
7318
|
+
}
|
|
7319
|
+
]
|
|
7320
|
+
},
|
|
7301
7321
|
{
|
|
7302
7322
|
name: 'Syndicate Mainnet',
|
|
7303
7323
|
chain: 'Syndicate',
|
|
@@ -24146,6 +24166,24 @@ const chainArray = [
|
|
|
24146
24166
|
],
|
|
24147
24167
|
status: 'active'
|
|
24148
24168
|
},
|
|
24169
|
+
{
|
|
24170
|
+
name: 'TokClaw Blockchain',
|
|
24171
|
+
shortName: 'TokClaw',
|
|
24172
|
+
chain: 'TOKCLAW',
|
|
24173
|
+
chainId: 7447,
|
|
24174
|
+
networkId: 7447,
|
|
24175
|
+
rpc: [ 'https://rpc.tokclaw.com' ],
|
|
24176
|
+
faucets: [],
|
|
24177
|
+
infoURL: 'https://tokclaw.com',
|
|
24178
|
+
nativeCurrency: { name: 'FEE', symbol: 'FEE', decimals: 6 },
|
|
24179
|
+
explorers: [
|
|
24180
|
+
{
|
|
24181
|
+
name: 'TokClaw Explorer',
|
|
24182
|
+
url: 'https://exp.tokclaw.com',
|
|
24183
|
+
standard: 'EIP3091'
|
|
24184
|
+
}
|
|
24185
|
+
]
|
|
24186
|
+
},
|
|
24149
24187
|
{
|
|
24150
24188
|
name: 'Raba Network Mainnet',
|
|
24151
24189
|
chain: 'Raba',
|
|
@@ -37468,6 +37506,24 @@ const chainArray = [
|
|
|
37468
37506
|
}
|
|
37469
37507
|
]
|
|
37470
37508
|
},
|
|
37509
|
+
{
|
|
37510
|
+
name: 'Seven Chain',
|
|
37511
|
+
chain: 'SEVEN',
|
|
37512
|
+
rpc: [ 'https://theseven.meme/api/seven-chain/jsonrpc' ],
|
|
37513
|
+
faucets: [],
|
|
37514
|
+
nativeCurrency: { name: 'Seven', symbol: 'SEVEN', decimals: 18 },
|
|
37515
|
+
infoURL: 'https://theseven.meme',
|
|
37516
|
+
shortName: 'seven',
|
|
37517
|
+
chainId: 70007,
|
|
37518
|
+
networkId: 70007,
|
|
37519
|
+
explorers: [
|
|
37520
|
+
{
|
|
37521
|
+
name: 'Seven Chain Explorer',
|
|
37522
|
+
url: 'https://theseven.meme/blockchain/explorer',
|
|
37523
|
+
standard: 'EIP3091'
|
|
37524
|
+
}
|
|
37525
|
+
]
|
|
37526
|
+
},
|
|
37471
37527
|
{
|
|
37472
37528
|
name: 'Thinkium Mainnet Chain 103',
|
|
37473
37529
|
chain: 'Thinkium',
|