Skip to content

Commit

Permalink
add config och (erc20, ow20)
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Feb 21, 2024
1 parent c3fad27 commit 6be4769
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,16 @@ export const chainInfos: CustomChainInfo[] = [
coinGeckoId: "tether",
prefixToken: ORAI_BRIDGE_EVM_ETH_DENOM_PREFIX,
coinImageUrl: "https://s2.coinmarketcap.com/static/img/coins/64x64/825.png"
},
{
coinDenom: "OCH",
coinMinimalDenom: ORAI_BRIDGE_EVM_ETH_DENOM_PREFIX + OCH_ETH_CONTRACT,
bridgeNetworkIdentifier: "0x01",
coinDecimals: 18,
coinGeckoId: "och",
prefixToken: ORAI_BRIDGE_EVM_ETH_DENOM_PREFIX,
coinImageUrl:
"https://assets.coingecko.com/coins/images/34236/standard/orchai_logo_white_copy_4x-8_%281%29.png?1704307670"
}
],
txExplorer: {
Expand Down

0 comments on commit 6be4769

Please sign in to comment.