eth-chainlist 0.0.477 → 0.0.478
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 +48 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.478 (2024-08-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.477 ([9654c82](https://github.com/poowf/eth-chainlist/commit/9654c82741c785b3fa4b2cf640adac00ce372f0a))
|
9
|
+
* update chain data ([db8115f](https://github.com/poowf/eth-chainlist/commit/db8115fa5e71ddf002e1d5b2edd4b61db9a4fee2))
|
10
|
+
|
3
11
|
### 0.0.477 (2024-08-28)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -11856,6 +11856,31 @@ const chainArray = [
|
|
11856
11856
|
}
|
11857
11857
|
]
|
11858
11858
|
},
|
11859
|
+
{
|
11860
|
+
name: 'Minato',
|
11861
|
+
shortName: 'minato',
|
11862
|
+
title: 'Soneium testnet Minato',
|
11863
|
+
chain: 'ETH',
|
11864
|
+
icon: 'minato',
|
11865
|
+
rpc: [ 'https://rpc.minato.soneium.org' ],
|
11866
|
+
faucets: [],
|
11867
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
11868
|
+
infoURL: 'https://soneium.org',
|
11869
|
+
chainId: 1946,
|
11870
|
+
networkId: 1946,
|
11871
|
+
explorers: [
|
11872
|
+
{
|
11873
|
+
name: 'Blockscout Minato explorer',
|
11874
|
+
url: 'https://explorer-testnet.soneium.org',
|
11875
|
+
standard: 'EIP3091'
|
11876
|
+
}
|
11877
|
+
],
|
11878
|
+
parent: {
|
11879
|
+
type: 'L2',
|
11880
|
+
chain: 'eip155-1',
|
11881
|
+
bridges: [ { url: 'https://bridge.soneium.org/testnet' } ]
|
11882
|
+
}
|
11883
|
+
},
|
11859
11884
|
{
|
11860
11885
|
name: 'D-Chain Mainnet',
|
11861
11886
|
chain: 'D-Chain',
|
@@ -36082,6 +36107,29 @@ const chainArray = [
|
|
36082
36107
|
status: 'incubating',
|
36083
36108
|
icon: 'degen'
|
36084
36109
|
},
|
36110
|
+
{
|
36111
|
+
name: 'Tron Mainnet',
|
36112
|
+
chain: 'TRON',
|
36113
|
+
rpc: [
|
36114
|
+
'https://rpc.ankr.com/tron_jsonrpc',
|
36115
|
+
'https://api.trongrid.io/jsonrpc'
|
36116
|
+
],
|
36117
|
+
faucets: [],
|
36118
|
+
nativeCurrency: { name: 'Tron', symbol: 'TRX', decimals: 6 },
|
36119
|
+
infoURL: 'https://tron.network',
|
36120
|
+
shortName: 'tron',
|
36121
|
+
chainId: 728126428,
|
36122
|
+
networkId: 728126428,
|
36123
|
+
icon: 'tron',
|
36124
|
+
explorers: [
|
36125
|
+
{
|
36126
|
+
name: 'tronscan',
|
36127
|
+
url: 'https://tronscan.org',
|
36128
|
+
icon: 'tron',
|
36129
|
+
standard: 'none'
|
36130
|
+
}
|
36131
|
+
]
|
36132
|
+
},
|
36085
36133
|
{
|
36086
36134
|
name: 'Ancient8',
|
36087
36135
|
chain: 'Ancient8',
|