Skip to content

Commit 75ba373

Browse files
committed
more small fixes
1 parent f950b4d commit 75ba373

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/config/data/chains.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,7 +2142,7 @@
21422142
}
21432143
}
21442144
},
2145-
"NEO X": {
2145+
"NEO_X": {
21462146
"title": "Neo X",
21472147
"icon": "/assets/chains/neox.svg",
21482148
"chainType": "evm",
@@ -2180,7 +2180,7 @@
21802180
"chains": {
21812181
"KATANA_TATARA": {
21822182
"chainId": 129399,
2183-
"title": "Tatara Testnet",
2183+
"title": "Katana Tatara",
21842184
"explorer": {
21852185
"baseUrl": "https://explorer.tatara.katana.network"
21862186
},

src/scripts/reference/chains.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2171,7 +2171,7 @@
21712171
]
21722172
},
21732173
{
2174-
"name": "Tatara Testnet",
2174+
"name": "Katana Tatara",
21752175
"chain": "Tatara",
21762176
"rpc": ["https://rpc.tatara.katanarpc.com/"],
21772177
"faucets": [],

0 commit comments

Comments
 (0)