Skip to content

Commit

Permalink
feat: add ORAIBTC and oBTC configurations to oraidex.json for mainnet…
Browse files Browse the repository at this point in the history
… support
  • Loading branch information
vuonghuuhung committed Dec 4, 2024
1 parent 3740264 commit 584c844
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/oraidex-common/src/supported/config/oraidex.json
Original file line number Diff line number Diff line change
Expand Up @@ -288,5 +288,15 @@
"denom": "0xbA2aE424d960c26247Dd6c32edC70B295c744C43",
"coingecko_id": "dogecoin"
}
},
"oraibtc-mainnet-1": {
"ORAIBTC": {
"denom": "uoraibtc",
"coingecko_id": "bitcoin"
},
"oBTC": {
"denom": "usat",
"coingecko_id": "bitcoin"
}
}
}

0 comments on commit 584c844

Please sign in to comment.