Skip to content

Commit

Permalink
Merge pull request #343 from axelarnetwork/develop
Browse files Browse the repository at this point in the history
0.4.9
  • Loading branch information
canhtrinh authored May 3, 2023
2 parents de3d07a + 25859a8 commit da74dd2
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "axelar-satellite",
"version": "0.4.8",
"version": "0.4.9",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
29 changes: 16 additions & 13 deletions public/assets/chains/filecoin.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions public/assets/chains/sommelier.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/config/utils/loadEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function loadEnv() {
"0x8589427373d6d84e98730d7795d8f6f8731fda16,0x722122df12d4e14e13ac3b6895a86e84145b6967,0xdd4c48c0b24039969fc16d1cdf626eab821d3384,0xd90e2f925da726b50c4ed8d0fb90ad053324f31b,0xd96f2b1c14db8458374d9aca76e26c3d18364307,0x4736dcf1b7a3d580672cce6e7c65cd5cc9cfba9d,0xd4b88df4d29f5cedd6857912842cff3b20c8cfa3,0x910cbd523d972eb0a6f4cae4618ad62622b39dbf,0xa160cdab225685da1d56aa342ad8841c3b53f291,0xfd8610d20aa15b7b2e3be39b396a1bc3516c7144,0xf60dd140cff0706bae9cd734ac3ae76ad9ebc32a,0x22aaa7720ddd5388a3c0a3333430953c68f1849b,0xba214c1c1928a32bffe790263e38b4af9bfcd659,0xb1c8094b234dce6e03f10a5b673c1d8c69739a00,0x527653ea119f3e6a1f5bd18fbf4714081d7b31ce,0x58e8dcc13be9780fc42e8723d8ead4cf46943df2,0xd691f27f38b395864ea86cfc7253969b409c362d,0xaeaac358560e11f52454d997aaff2c5731b6f8a6,0x1356c899d8c9467c7f71c195612f8a395abf2f0a,0xa60c772958a3ed56c1f15dd055ba37ac8e523a0d,0x169ad27a470d064dede56a2d3ff727986b15d52b,0x0836222f2b2b24a3f36f98668ed8f0b38d1a872f,0xf67721a2d8f736e75a49fdd7fad2e31d8676542a,0x9ad122c22b14202b4490edaf288fdb3c7cb3ff5e,0x905b63fff465b9ffbf41dea908ceb12478ec7601,0x07687e702b410fa43f4cb4af7fa097918ffd2730,0x94a1b5cdb22c43faab4abeb5c74999895464ddaf,0xb541fc07bc7619fd4062a54d96268525cbc6ffef,0x12d66f87a04a9e220743712ce6d9bb1b5616b8fc,0x47ce0c6ed5b0ce3d3a51fdb1c52dc66a7c3c2936,0x23773e65ed146a459791799d01336db287f25334,0xd21be7248e0197ee08e0c20d4a96debdac3d20af,0x610b717796ad172b316836ac95a2ffad065ceab4,0x178169b423a011fff22b9e3f3abea13414ddd0f1,0xbb93e510bbcd0b7beb5a853875f9ec60275cf498,0x2717c5e28cf931547b621a5dddb772ab6a35b701,0x03893a7c7463ae47d46bc7f091665f1893656003,0xca0840578f57fe71599d29375e16783424023357,0x58e8dcc13be9780fc42e8723d8ead4cf46943df2,0x8589427373d6d84e98730d7795d8f6f8731fda16,0x722122df12d4e14e13ac3b6895a86e84145b6967,0xdd4c48c0b24039969fc16d1cdf626eab821d3384,0xd90e2f925da726b50c4ed8d0fb90ad053324f31b,0xd96f2b1c14db8458374d9aca76e26c3d18364307,0x4736dcf1b7a3d580672cce6e7c65cd5cc9cfba9d";
process.env.NEXT_PUBLIC_SQUID_URL = "https://api.0xsquid.com";
process.env.NEXT_PUBLIC_AXELARSCAN_URL = "https://axelarscan.io";
process.env.SHOULD_ENABLE_SQUID = "true";
process.env.SHOULD_ENABLE_SQUID = "false";
break;
}
case "testnet": {
Expand Down
2 changes: 2 additions & 0 deletions src/config/web3/cosmos/mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import { kujira } from "./kujira";
import { osmosis } from "./osmosis";
import { regen } from "./regen";
import { secret } from "./secret";
import { sommelier } from "./sommelier";
import { stargaze } from "./stargaze";
import { stride } from "./stride";
import { terra } from "./terra";
Expand Down Expand Up @@ -49,4 +50,5 @@ export const mainnetChains: CosmosChain[] = [
xpla,
carbon,
stride,
sommelier,
];
41 changes: 41 additions & 0 deletions src/config/web3/cosmos/mainnet/sommelier.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
import { Bech32Address } from "@keplr-wallet/cosmos";

import { COSMOS_PROXY_RPC_MAINNET } from "~/config/constants";

import { CosmosChain } from "../interface";

export const sommelier: CosmosChain = {
rest: "https://lcd-sommelier.imperator.co",
rpc: `${COSMOS_PROXY_RPC_MAINNET}/chain/sommelier`,
chainId: "sommelier-3",
chainName: "Sommelier",
chainIdentifier: "sommelier",
currencies: [
{
coinDenom: "SOMM",
coinMinimalDenom: "usomm",
coinDecimals: 6,
coinGeckoId: "usomm",
},
],
feeCurrencies: [
{
coinDenom: "SOMM",
coinMinimalDenom: "usomm",
coinDecimals: 6,
coinGeckoId: "usomm",
},
],
stakeCurrency: {
coinDenom: "SOMM",
coinMinimalDenom: "usomm",
coinDecimals: 6,
coinGeckoId: "usomm",
},
bip44: {
coinType: 118,
},
bech32Config: Bech32Address.defaultBech32Config("somm"),
chainToAxelarChannelId: "channel-5",
explorer: "https://www.mintscan.io/sommelier/account/",
};

1 comment on commit da74dd2

@vercel
Copy link

@vercel vercel bot commented on da74dd2 May 3, 2023

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.