Skip to content

Commit

Permalink
feat: bump version to 2.0.0-beta.13 for oraidex-common, oraiswap-v3, …
Browse files Browse the repository at this point in the history
…and universal-swap; add Celestia and Neutaro icons
  • Loading branch information
vuonghuuhung committed Dec 4, 2024
1 parent aea52c0 commit 60f03ef
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
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": "2.0.0-beta.12",
"version": "2.0.0-beta.13",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
27 changes: 27 additions & 0 deletions packages/oraidex-common/src/config/chainInfosWithIcon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ import {
AtomIcon,
BnbIcon,
BtcIcon,
CelestiaIcon,
EthIcon,
HamsterIcon,
InjIcon,
KwtIcon,
MilkyIcon,
NeutaroIcon,
NobleIcon,
OCHIcon,
OraiIcon,
Expand Down Expand Up @@ -146,6 +148,11 @@ export const chainIcons: ChainIcon[] = [
Icon: OraiIcon,
IconLight: OraiLightIcon
},
{
chainId: "celestia",
Icon: CelestiaIcon,
IconLight: CelestiaIcon
},
{
chainId: "kawaii_6886-1",
Icon: KwtIcon,
Expand Down Expand Up @@ -190,6 +197,26 @@ export const chainIcons: ChainIcon[] = [
chainId: "noble-1",
Icon: NobleIcon,
IconLight: NobleIcon
},
{
chainId: "oraibridge-subnet-2",
Icon: OraiIcon,
IconLight: OraiLightIcon
},
{
chainId: "Neutaro-1",
Icon: NeutaroIcon,
IconLight: NeutaroIcon
},
{
chainId: "oraibtc-mainnet-1",
Icon: BtcIcon,
IconLight: BtcIcon
},
{
chainId: "bitcoin",
Icon: BtcIcon,
IconLight: BtcIcon
}
];

Expand Down
4 changes: 4 additions & 0 deletions packages/oraidex-common/src/config/icon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ const OCHIcon =
"https://assets.coingecko.com/coins/images/34236/standard/orchai_logo_white_copy_4x-8_%281%29.png?1704307670";
const PepeIcon = "https://assets.coingecko.com/coins/images/29850/standard/pepe-token.jpeg?1696528776";
const HamsterIcon = "https://assets.coingecko.com/coins/images/39102/standard/hamster-removebg-preview.png?1720514486";
const CelestiaIcon = "https://assets.coingecko.com/coins/images/31967/standard/tia.jpg?1696530772"
const NeutaroIcon = "https://assets.coingecko.com/coins/images/36277/standard/Neutaro_logo.jpg?1711371142"

export {
NeutaroIcon,
CelestiaIcon,
OraiIcon,
OraiLightIcon,
AtomIcon,
Expand Down
4 changes: 2 additions & 2 deletions packages/oraiswap-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraiswap-v3",
"version": "1.2.0-beta12",
"version": "1.2.0-beta13",
"main": "build/index.js",
"files": [
"./build/"
Expand All @@ -13,6 +13,6 @@
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@oraichain/oraidex-contracts-sdk": "^1.0.54",
"@oraichain/oraidex-common": "2.0.0-beta.12"
"@oraichain/oraidex-common": "2.0.0-beta.13"
}
}
4 changes: 2 additions & 2 deletions packages/universal-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-universal-swap",
"version": "1.2.0-beta12",
"version": "1.2.0-beta13",
"main": "build/index.js",
"files": [
"build/"
Expand All @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@oraichain/oraidex-common": "2.0.0-beta.12",
"@oraichain/oraidex-common": "2.0.0-beta.13",
"@oraichain/oraidex-contracts-sdk": "^1.0.49",
"bech32": "1.1.4",
"ethers": "^5.0.15",
Expand Down

0 comments on commit 60f03ef

Please sign in to comment.