Skip to content

Commit 464e5e1

Browse files
authored
fix missing chain name (#2530)
1 parent 637c50e commit 464e5e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

toolbox/src/toolbox/L1/CreateChain.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ export default function CreateChain() {
3030
const { showBoundary } = useErrorBoundary();
3131
const {
3232
subnetId,
33-
chainName,
3433
setChainID,
3534
setSubnetID,
3635
genesisData,
@@ -73,7 +72,7 @@ export default function CreateChain() {
7372

7473
try {
7574
const txID = await coreWalletClient.createChain({
76-
chainName: chainName,
75+
chainName: localChainName,
7776
subnetId: subnetId,
7877
vmId,
7978
fxIds: [],

0 commit comments

Comments
 (0)