Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
canhtrinh committed May 8, 2024
2 parents 70d6fa4 + a8b81b7 commit 73008b2
Show file tree
Hide file tree
Showing 19 changed files with 372 additions and 45 deletions.
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions public/assets/chains/bitsong.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions public/assets/chains/nolus.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/chains/sfrax.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/assets/chains/sfrax.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/assets/chains/sfrxeth.logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions public/assets/chains/sfrxeth.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions public/assets/tokens/stutia.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions public/assets/tokens/ustars.logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/config/web3/cosmos/mainnet/agoric.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ export const agoric: CosmosChain = {
chainIdentifier: "agoric",
chainToAxelarChannelId: "channel-9",
features: ["stargate", "ibc-transfer", "no-legacy-stdTx", "ibc-go"],
explorer: "https://bigdipper.live/agoric/accounts/",
explorer: "https://agoric.explorers.guru/account/",
};
42 changes: 42 additions & 0 deletions src/config/web3/cosmos/mainnet/bitsong.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
import { Bech32Address } from "@keplr-wallet/cosmos";

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

export const bitsong: CosmosChain = {
rpc: `https://rpc.explorebitsong.com`,
rest: "https://bitsong-api.lavenderfive.com",
chainId: "bitsong-2b",
chainName: "BitSong",
stakeCurrency: {
coinDenom: "BTSG",
coinMinimalDenom: "ubtsg",
coinDecimals: 6,
},
bech32Config: Bech32Address.defaultBech32Config("bitsong"),
bip44: {
coinType: 639,
},
currencies: [
{
coinDenom: "BTSG",
coinMinimalDenom: "ubtsg",
coinDecimals: 6,
},
],
feeCurrencies: [
{
coinDenom: "BTSG",
coinMinimalDenom: "ubtsg",
coinDecimals: 6,
gasPriceStep: {
low: 0.05,
average: 0.125,
high: 0.2,
},
},
],
features: ["cosmwasm"],
chainIdentifier: "bitsong",
chainToAxelarChannelId: "channel-30",
explorer: "https://explorebitsong.com/bitsong",
};
Loading

0 comments on commit 73008b2

Please sign in to comment.