-
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 #409 from axelarnetwork/feat/add-provenance-chain
feat/add provenance chain
- Loading branch information
Showing
26 changed files
with
160 additions
and
215 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
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_MAINNET } from "~/config/constants"; | ||
|
||
import { CosmosChain } from "../interface"; | ||
|
||
export const provenance: CosmosChain = { | ||
chainId: "pio-mainnet-1", | ||
chainName: "Provenance", | ||
chainIdentifier: "provenance", | ||
chainToAxelarChannelId: "provenance-mainnet", | ||
rest: "https://api.provenance.io/", | ||
rpc: `${COSMOS_PROXY_RPC_MAINNET}/chain/provenance`, | ||
bech32Config: Bech32Address.defaultBech32Config("pb"), | ||
bip44: { | ||
coinType: 505, | ||
}, | ||
chainSymbolImageUrl: | ||
"https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pio-mainnet/chain.png", | ||
currencies: [ | ||
{ | ||
coinDecimals: 9, | ||
coinDenom: "HASH", | ||
coinGeckoId: "provenance-blockchain", | ||
coinMinimalDenom: "nhash", | ||
}, | ||
], | ||
features: ["cosmwasm"], | ||
feeCurrencies: [ | ||
{ | ||
coinDecimals: 9, | ||
coinDenom: "HASH", | ||
coinGeckoId: "provenance-blockchain", | ||
coinMinimalDenom: "nhash", | ||
gasPriceStep: { | ||
average: 1905, | ||
high: 2500, | ||
low: 1905, | ||
}, | ||
}, | ||
], | ||
nodeProvider: { | ||
name: "Provenance", | ||
email: "[email protected]", | ||
website: "https://provenance.io", | ||
}, | ||
stakeCurrency: { | ||
coinDecimals: 9, | ||
coinDenom: "HASH", | ||
coinGeckoId: "provenance-blockchain", | ||
coinMinimalDenom: "nhash", | ||
}, | ||
explorer: "https://explorer.provenance.io/accounts/", | ||
}; |
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
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
Oops, something went wrong.
264c9a3
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-testnet – ./
axelar-satellite.vercel.app
axelar-satellite-testnet-axelar-network.vercel.app
bridge.testnet.axelar.dev
testnet.satellite.money
axelar-satellite-testnet-git-develop-axelar-network.vercel.app