This commit is contained in:
Jayant Krishnamurthy 2024-04-04 01:09:50 -07:00 committed by GitHub
parent 6295674efa
commit 5afb187f0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -186,11 +186,11 @@ export class CosmWasmChain extends Chain {
parsed.id,
parsed.mainnet,
parsed.wormholeChainName,
parsed.nativeToken,
parsed.endpoint,
parsed.gasPrice,
parsed.prefix,
parsed.feeDenom,
parsed.nativeToken
parsed.feeDenom
);
}