-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from axelarnetwork/develop
0.5.10
- Loading branch information
Showing
10 changed files
with
277 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: "", | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
}, | ||
}; |
0c32ddf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
axelar-satellite-mainnet – ./
axelar-satellite-mainnet-axelar-network.vercel.app
axelar-satellite-mainnet-git-main-axelar-network.vercel.app
satellite.money
axelar-satellite-mainnet-playground.vercel.app
www.satellite.money