Skip to content

Commit

Permalink
Merge pull request #444 from axelarnetwork/develop
Browse files Browse the repository at this point in the history
0.5.10
  • Loading branch information
canhtrinh authored Nov 6, 2023
2 parents 84a30c9 + 4e93c3b commit 0c32ddf
Show file tree
Hide file tree
Showing 10 changed files with 277 additions and 1 deletion.
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.5.9",
"version": "0.5.10",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 10 additions & 0 deletions public/assets/chains/celestia.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
56 changes: 56 additions & 0 deletions src/config/web3/cosmos/mainnet/celestia.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
import { Bech32Address } from "@keplr-wallet/cosmos";

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

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

export const celestia: CosmosChain = {
bech32Config: Bech32Address.defaultBech32Config("celestia"),
bip44: {
coinType: 118,
},
chainId: "celestia",
chainName: "Celestia",
chainIdentifier: "comdex",
chainToAxelarChannelId: "channel-1",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/chain.png",
currencies: [
{
coinDecimals: 6,
coinDenom: "TIA",
coinGeckoId: "celestia",
coinMinimalDenom: "utia",
coinImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/chain.png",
},
],
features: ["ibc-transfer"],
feeCurrencies: [
{
coinDecimals: 6,
coinDenom: "TIA",
coinGeckoId: "celestia",
coinMinimalDenom: "utia",
coinImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/chain.png",
gasPriceStep: {
low: 0.1,
average: 0.2,
high: 0.4,
},
},
],
rpc: `${COSMOS_PROXY_RPC_MAINNET}/chain/celestia`,
rest: "https://lcd-celestia.keplr.app",
stakeCurrency: {
coinDecimals: 6,
coinDenom: "TIA",
coinGeckoId: "celestia",
coinMinimalDenom: "utia",
coinImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/uatom.png",
},
walletUrlForStaking: "https://wallet.keplr.app/chains/celestia",
explorer: "",
};
48 changes: 48 additions & 0 deletions src/config/web3/cosmos/mainnet/haqq.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
import { Bech32Address } from "@keplr-wallet/cosmos";

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

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

export const haqq: CosmosChain = {
rpc: `${COSMOS_PROXY_RPC_MAINNET}/chain/haqq`,
rest: "https://rest.cosmos.haqq.network",
chainId: "haqq_11235-1",
chainName: "Haqq",
chainIdentifier: "haqq",
chainToAxelarChannelId: "channel-1",
explorer: "",
bip44: {
coinType: 60,
},
coinType: 60,
bech32Config: Bech32Address.defaultBech32Config("haqq"),
currencies: [
{
coinDenom: "ISLM",
coinMinimalDenom: "aISLM",
coinDecimals: 18,
coinGeckoId: "unknown",
},
],
feeCurrencies: [
{
coinDenom: "ISLM",
coinMinimalDenom: "aISLM",
coinDecimals: 18,
coinGeckoId: "unknown",
gasPriceStep: {
low: 0.01,
average: 0.025,
high: 0.03,
},
},
],
stakeCurrency: {
coinDenom: "ISLM",
coinMinimalDenom: "aISLM",
coinDecimals: 18,
coinGeckoId: "unknown",
},
features: ["ibc-transfer", "ibc-go", "eth-address-gen", "eth-key-sign"],
};
6 changes: 6 additions & 0 deletions src/config/web3/cosmos/mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ import { assetmantle } from "./assetmantle";
import { aura } from "./aura";
import { axelar } from "./axelar";
import { carbon } from "./carbon";
import { celestia } from "./celestia";
import { comdex } from "./comdex";
import { cosmoshub } from "./cosmoshub";
import { crescent } from "./crescent";
import { eMoney } from "./e-money";
import { evmos } from "./evmos";
import { fetch } from "./fetch";
import { haqq } from "./haqq";
import { injective } from "./injective";
import { ixo } from "./ixo";
import { juno } from "./juno";
Expand All @@ -28,6 +30,7 @@ import { sei } from "./sei";
import { sommelier } from "./sommelier";
import { stargaze } from "./stargaze";
import { stride } from "./stride";
import { teritori } from "./teritori";
import { terra } from "./terra";
import { terraClassic } from "./terra_classic";
import { umee } from "./umee";
Expand Down Expand Up @@ -67,4 +70,7 @@ export const mainnetChains: CosmosChain[] = [
rebus,
provenance,
migaloo,
celestia,
haqq,
teritori,
];
47 changes: 47 additions & 0 deletions src/config/web3/cosmos/mainnet/teritori.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
import { Bech32Address } from "@keplr-wallet/cosmos";

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

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

export const teritori: CosmosChain = {
rpc: `${COSMOS_PROXY_RPC_MAINNET}/chain/teritori`,
rest: "https://rest.cosmos.haqq.network",
chainId: "teritori-1",
chainName: "Teritori",
chainIdentifier: "teritori",
bech32Config: Bech32Address.defaultBech32Config("tori"),
bip44: {
coinType: 118,
},
currencies: [
{
coinDenom: "TORI",
coinMinimalDenom: "utori",
coinDecimals: 6,
coinGeckoId: "teritori",
},
],
feeCurrencies: [
{
coinDenom: "TORI",
coinMinimalDenom: "utori",
coinDecimals: 6,
coinGeckoId: "teritori",
gasPriceStep: {
low: 0,
average: 0.025,
high: 0.04,
},
},
],
stakeCurrency: {
coinDenom: "TORI",
coinMinimalDenom: "utori",
coinDecimals: 6,
coinGeckoId: "teritori",
},
features: ["ibc-transfer", "cosmwasm", "ibc-go"],
chainToAxelarChannelId: "channel-61",
explorer: "", // TODO: add explorer
};
51 changes: 51 additions & 0 deletions src/config/web3/cosmos/testnet/celestia.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
import { COSMOS_PROXY_RPC_TESTNET } from "~/config/constants";

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

export const celestia: CosmosChain = {
rpc: `${COSMOS_PROXY_RPC_TESTNET}/chain/celestia`,
rest: "https://lcd-celestia-testnet-mocha.keplr.app",
chainId: "mocha-4",
chainIdentifier: "mocha-4",
chainName: "Celestia Mocha Testnet",
chainToAxelarChannelId: "channel-12",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/mocha/chain.png",
explorer: "",
stakeCurrency: {
coinDenom: "TIA",
coinMinimalDenom: "utia",
coinDecimals: 6,
},
bip44: {
coinType: 118,
},
bech32Config: {
bech32PrefixAccAddr: "celestia",
bech32PrefixAccPub: "celestiapub",
bech32PrefixValAddr: "celestiavaloper",
bech32PrefixValPub: "celestiavaloperpub",
bech32PrefixConsAddr: "celestiavalcons",
bech32PrefixConsPub: "celestiavalconspub",
},
currencies: [
{
coinDenom: "TIA",
coinMinimalDenom: "utia",
coinDecimals: 6,
},
],
feeCurrencies: [
{
coinDenom: "TIA",
coinMinimalDenom: "utia",
coinDecimals: 6,
gasPriceStep: {
low: 0.1,
average: 0.25,
high: 0.4,
},
},
],
features: ["ibc-transfer"],
};
4 changes: 4 additions & 0 deletions src/config/web3/cosmos/testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { acrechain } from "./acrechain";
import { aura } from "./aura";
import { axelar } from "./axelar";
import { burnt } from "./burnt";
import { celestia } from "./celestia";
import { comdex } from "./comdex";
import { cosmoshub } from "./cosmoshub";
import { crescent } from "./crescent";
Expand All @@ -14,6 +15,7 @@ import { neutron } from "./neutron";
import { odin } from "./odin";
import { osmosis } from "./osmosis";
import { persistence } from "./persistence";
import { provenance } from "./provenance";
import { secret } from "./secret";
import { sei } from "./sei";
import { teritori } from "./teritori";
Expand Down Expand Up @@ -41,4 +43,6 @@ export const testnetChains: CosmosChain[] = [
neutron,
teritori,
haqq,
celestia,
provenance,
];
54 changes: 54 additions & 0 deletions src/config/web3/cosmos/testnet/provenance.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
import { Bech32Address } from "@keplr-wallet/cosmos";

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

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

export const provenance: CosmosChain = {
bech32Config: Bech32Address.defaultBech32Config("tp"),
bip44: {
coinType: 1,
},
chainId: "pio-testnet-1",
chainIdentifier: "provenance",
chainToAxelarChannelId: "channel-75",
chainName: "Provenance Testnet",
chainSymbolImageUrl:
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pio-testnet/chain.png",
currencies: [
{
coinDecimals: 9,
coinDenom: "HASH",
coinGeckoId: "provenance-blockchain",
coinMinimalDenom: "nhash",
},
],
explorer: "",
features: ["cosmwasm"],
feeCurrencies: [
{
coinDecimals: 9,
coinDenom: "HASH",
coinGeckoId: "provenance-blockchain",
coinMinimalDenom: "nhash",
gasPriceStep: {
average: 19050,
high: 25000,
low: 19050,
},
},
],
nodeProvider: {
name: "Provenance",
email: "inbound@provenance.io",
website: "https://test.provenance.io",
},
rest: "https://api.test.provenance.io/",
rpc: `${COSMOS_PROXY_RPC_TESTNET}/chain/provenance`,
stakeCurrency: {
coinDecimals: 9,
coinDenom: "HASH",
coinGeckoId: "provenance-blockchain",
coinMinimalDenom: "nhash",
},
};

1 comment on commit 0c32ddf

@vercel
Copy link

@vercel vercel bot commented on 0c32ddf Nov 6, 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.