Skip to content

Commit

Permalink
Merge pull request #750 from JeremyParish69/add-sejuno-bjuno
Browse files Browse the repository at this point in the history
Add sejuno bjuno
  • Loading branch information
jonator authored Aug 30, 2022
2 parents ed382b6 + e00ff2f commit 6ec4c77
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/web/config/chain-infos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
18 changes: 18 additions & 0 deletions packages/web/config/ibc-assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down
Binary file added packages/web/public/tokens/bjuno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/web/public/tokens/bjuno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/web/public/tokens/sejuno.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/web/public/tokens/sejuno.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit 6ec4c77

@vercel
Copy link

@vercel vercel bot commented on 6ec4c77 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 6ec4c77 Aug 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.