Skip to content

Commit

Permalink
feat: add saga image
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Feb 15, 2024
1 parent 078d007 commit d00541e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions public/assets/chains/saga.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/config/web3/cosmos/testnet/chain4energy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ export const chain4energy: CosmosChain = {
coinMinimalDenom: "uc4e",
coinDecimals: 6,
gasPriceStep: {
low: 0,
low: 0.01,
average: 0.025,
high: 0.04,
high: 0.03,
},
},
],
stakeCurrency: {
coinDenom: "C4E",
coinMinimalDenom: "uc4e",
coinDecimals: 6,
coinGeckoId: "chain4energy",
coinGeckoId: "unknown",
},
features: ["cosmwasm"],
chainToAxelarChannelId: "channel-3",
Expand Down
2 changes: 1 addition & 1 deletion src/config/web3/cosmos/testnet/fxcore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const fxcore: CosmosChain = {
rpc: `${COSMOS_PROXY_RPC_TESTNET}/chain/fxcore`,
rest: "https://testnet-fx-rest.functionx.io",
chainId: "dhobyghaut",
chainName: "f(x)Core Testnet",
chainName: "fxCore Testnet",
chainIdentifier: "fxcore",
walletUrl: "https://testnet.starscan.io/fxcore/validators",
walletUrlForStaking: "https://testnet.starscan.io/fxcore/validators",
Expand Down

0 comments on commit d00541e

Please sign in to comment.