Skip to content

Commit

Permalink
Merge pull request #364 from oraidex/feat/add-dogecoin
Browse files Browse the repository at this point in the history
fix: missing doge prefix
  • Loading branch information
trung2891 authored Nov 13, 2024
2 parents 2146783 + 6b0559a commit e48c434
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/oraidex-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-common",
"version": "1.1.31",
"version": "1.1.32",
"main": "build/index.js",
"files": [
"build/"
Expand Down
1 change: 1 addition & 0 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1117,6 +1117,7 @@ export const chainInfos: CustomChainInfo[] = [
coinDecimals: 8,
coinGeckoId: "dogecoin",
bridgeTo: ["Oraichain"],
prefixToken: ORAI_BRIDGE_EVM_DENOM_PREFIX,
coinImageUrl: "https://assets.coingecko.com/coins/images/5/standard/dogecoin.png?1696501409"
}
// {
Expand Down

0 comments on commit e48c434

Please sign in to comment.