eth-chainlist 0.0.123 → 0.0.124
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 +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.124 (2023-04-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.123 ([0876d4e](https://github.com/poowf/eth-chainlist/commit/0876d4e5099133d7c6be479131a7ccd887e91c41))
|
9
|
+
* update chain data ([bd86ed7](https://github.com/poowf/eth-chainlist/commit/bd86ed74b08beff5e423b498768cfa73286e7a22))
|
10
|
+
|
3
11
|
### 0.0.123 (2023-04-09)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -14051,6 +14051,20 @@ const chainArray = [
|
|
14051
14051
|
}
|
14052
14052
|
]
|
14053
14053
|
},
|
14054
|
+
{
|
14055
|
+
name: 'Markr Go',
|
14056
|
+
chain: 'Unified',
|
14057
|
+
icon: 'markrgo',
|
14058
|
+
rpc: [ 'https://rpc.markr.io/ext/' ],
|
14059
|
+
faucets: [],
|
14060
|
+
nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
|
14061
|
+
infoURL: 'https://www.markr.io/',
|
14062
|
+
shortName: 'markr-go',
|
14063
|
+
chainId: 431140,
|
14064
|
+
networkId: 431140,
|
14065
|
+
explorers: [],
|
14066
|
+
status: 'incubating'
|
14067
|
+
},
|
14054
14068
|
{
|
14055
14069
|
name: 'Dexalot Subnet Testnet',
|
14056
14070
|
chain: 'DEXALOT',
|