diff --git a/public/assets/chains/saga.logo.svg b/public/assets/chains/saga.logo.svg new file mode 100644 index 000000000..abfc41631 --- /dev/null +++ b/public/assets/chains/saga.logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/public/assets/tokens/usaga.logo.svg b/public/assets/tokens/usaga.logo.svg new file mode 100644 index 000000000..e69de29bb diff --git a/src/config/web3/cosmos/testnet/chain4energy.ts b/src/config/web3/cosmos/testnet/chain4energy.ts index 705a80044..247099c2d 100644 --- a/src/config/web3/cosmos/testnet/chain4energy.ts +++ b/src/config/web3/cosmos/testnet/chain4energy.ts @@ -27,9 +27,9 @@ export const chain4energy: CosmosChain = { coinMinimalDenom: "uc4e", coinDecimals: 6, gasPriceStep: { - low: 0, + low: 0.01, average: 0.025, - high: 0.04, + high: 0.03, }, }, ], @@ -37,7 +37,7 @@ export const chain4energy: CosmosChain = { coinDenom: "C4E", coinMinimalDenom: "uc4e", coinDecimals: 6, - coinGeckoId: "chain4energy", + coinGeckoId: "unknown", }, features: ["cosmwasm"], chainToAxelarChannelId: "channel-3", diff --git a/src/config/web3/cosmos/testnet/fxcore.ts b/src/config/web3/cosmos/testnet/fxcore.ts index c5161daad..e5f499d71 100644 --- a/src/config/web3/cosmos/testnet/fxcore.ts +++ b/src/config/web3/cosmos/testnet/fxcore.ts @@ -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",