eth-chainlist 0.0.334 → 0.0.335
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.335 (2024-02-06)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.334 ([199714a](https://github.com/poowf/eth-chainlist/commit/199714af06862a7b129555e728b59e6489df4921))
|
9
|
+
* update chain data ([2521ba6](https://github.com/poowf/eth-chainlist/commit/2521ba660c3e6417f58aa65fd10cdd63a5ba5efa))
|
10
|
+
|
3
11
|
### 0.0.334 (2024-02-03)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -11106,6 +11106,26 @@ const chainArray = [
|
|
11106
11106
|
}
|
11107
11107
|
]
|
11108
11108
|
},
|
11109
|
+
{
|
11110
|
+
name: 'Elizabeth Testnet',
|
11111
|
+
chain: 'Elizabeth',
|
11112
|
+
rpc: [ 'https://testnet-rpc.timenetwork.io' ],
|
11113
|
+
faucets: [],
|
11114
|
+
nativeCurrency: { name: 'TIME', symbol: 'TIME', decimals: 18 },
|
11115
|
+
infoURL: 'https://whitepaper.anttime.net/overview/anttime',
|
11116
|
+
shortName: 'TIME',
|
11117
|
+
chainId: 2731,
|
11118
|
+
networkId: 2731,
|
11119
|
+
icon: 'timenet',
|
11120
|
+
explorers: [
|
11121
|
+
{
|
11122
|
+
name: 'Time Network Explorer',
|
11123
|
+
url: 'https://testnet-scanner.timenetwork.io',
|
11124
|
+
standard: 'none',
|
11125
|
+
icon: 'timenet'
|
11126
|
+
}
|
11127
|
+
]
|
11128
|
+
},
|
11109
11129
|
{
|
11110
11130
|
name: 'Boba Network Goerli Testnet',
|
11111
11131
|
chain: 'ETH',
|