diff --git a/packages/web/config/chain-infos.ts b/packages/web/config/chain-infos.ts
index 6647747c20..5cee930baf 100644
--- a/packages/web/config/chain-infos.ts
+++ b/packages/web/config/chain-infos.ts
@@ -471,6 +471,26 @@ const chainInfos = (
coinGeckoId: "pool:gkey",
coinImageUrl: "/tokens/gkey.svg",
},
+ {
+ type: "cw20",
+ contractAddress:
+ "juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ coinDenom: "SEJUNO",
+ coinMinimalDenom:
+ "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv:SEJUNO",
+ coinDecimals: 6,
+ coinImageUrl: "/tokens/sejuno.png",
+ },
+ {
+ type: "cw20",
+ contractAddress:
+ "juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ coinDenom: "BJUNO",
+ coinMinimalDenom:
+ "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3:BJUNO",
+ coinDecimals: 6,
+ coinImageUrl: "/tokens/bjuno.png",
+ },
],
features: [
"stargate",
diff --git a/packages/web/config/ibc-assets.ts b/packages/web/config/ibc-assets.ts
index a493cd6ffc..18b00d6cba 100644
--- a/packages/web/config/ibc-assets.ts
+++ b/packages/web/config/ibc-assets.ts
@@ -822,6 +822,24 @@ export const IBCAssetInfos: (IBCAsset & {
sourceChannelId: "channel-320",
destChannelId: "channel-1",
coinMinimalDenom: "ubld",
+ },
+ {
+ counterpartyChainId: "juno-1",
+ sourceChannelId: "channel-169",
+ destChannelId: "channel-47",
+ coinMinimalDenom:
+ "cw20:juno1dd0k0um5rqncfueza62w9sentdfh3ec4nw4aq4lk5hkjl63vljqscth9gv",
+ ics20ContractAddress:
+ "juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
+ },
+ {
+ counterpartyChainId: "juno-1",
+ sourceChannelId: "channel-169",
+ destChannelId: "channel-47",
+ coinMinimalDenom:
+ "cw20:juno1wwnhkagvcd3tjz6f8vsdsw5plqnw8qy2aj3rrhqr2axvktzv9q2qz8jxn3",
+ ics20ContractAddress:
+ "juno1v4887y83d6g28puzvt8cl0f3cdhd3y6y9mpysnsp3k8krdm7l6jqgm0rkn",
}
].filter((ibcAsset) => (IS_FRONTIER ? true : ibcAsset.isVerified));
diff --git a/packages/web/public/tokens/bjuno.png b/packages/web/public/tokens/bjuno.png
new file mode 100644
index 0000000000..82757ea395
Binary files /dev/null and b/packages/web/public/tokens/bjuno.png differ
diff --git a/packages/web/public/tokens/bjuno.svg b/packages/web/public/tokens/bjuno.svg
new file mode 100644
index 0000000000..a7d50fae24
--- /dev/null
+++ b/packages/web/public/tokens/bjuno.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/web/public/tokens/sejuno.png b/packages/web/public/tokens/sejuno.png
new file mode 100644
index 0000000000..5ef5435b22
Binary files /dev/null and b/packages/web/public/tokens/sejuno.png differ
diff --git a/packages/web/public/tokens/sejuno.svg b/packages/web/public/tokens/sejuno.svg
new file mode 100644
index 0000000000..be2a449575
--- /dev/null
+++ b/packages/web/public/tokens/sejuno.svg
@@ -0,0 +1 @@
+
\ No newline at end of file