We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f950b4d commit 75ba373Copy full SHA for 75ba373
src/config/data/chains.json
@@ -2142,7 +2142,7 @@
2142
}
2143
2144
},
2145
- "NEO X": {
+ "NEO_X": {
2146
"title": "Neo X",
2147
"icon": "/assets/chains/neox.svg",
2148
"chainType": "evm",
@@ -2180,7 +2180,7 @@
2180
"chains": {
2181
"KATANA_TATARA": {
2182
"chainId": 129399,
2183
- "title": "Tatara Testnet",
+ "title": "Katana Tatara",
2184
"explorer": {
2185
"baseUrl": "https://explorer.tatara.katana.network"
2186
src/scripts/reference/chains.json
@@ -2171,7 +2171,7 @@
2171
]
2172
2173
{
2174
- "name": "Tatara Testnet",
+ "name": "Katana Tatara",
2175
"chain": "Tatara",
2176
"rpc": ["https://rpc.tatara.katanarpc.com/"],
2177
"faucets": [],
0 commit comments