Skip to content

Commit

Permalink
resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonghuuhung committed Nov 13, 2024
1 parent d4144dc commit 6e143d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,7 @@ export type BridgeAppCurrency = FeeCurrency & {
readonly Icon?: CoinIcon;
readonly IconLight?: CoinIcon;
readonly bridgeNetworkIdentifier?: EvmChainId;
<<<<<<< HEAD
readonly coinDecimals: 6 | 9 | 14 | 18;
=======
readonly coinDecimals: 6 | 8 | 9 | 18;
>>>>>>> main
readonly coinDecimals: 6 | 9 | 14 | 18 | 8;
readonly contractAddress?: string;
readonly prefixToken?: string;
};
Expand Down

0 comments on commit 6e143d8

Please sign in to comment.