Skip to content

Commit

Permalink
whoops (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayantk authored Apr 4, 2024
1 parent 6295674 commit 5afb187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract_manager/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}

Expand Down

0 comments on commit 5afb187

Please sign in to comment.