Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chainapsis/keplr-chain-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Sintayew4/keplr-chain-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    61e1013 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2b5a37 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Merge pull request #1 from Sintayew4/Sintayew4-patch-1

    git@github.com:Sintayew4/keplr-chain-registry.git
    Sintayew4 authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7f9e0f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c03eeed View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Create Sintayew4generator-generic-ossf-slsa3-publish.yml

    {
      "chainId": "osmosis-1",
      "chainName": "Osmosis",
      "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/osmosis/chain.png",
      "rpc": "https://rpc-osmosis.blockapsis.com",
      "rest": "https://lcd-osmosis.blockapsis.com",
      "nodeProvider": {
        "name": "Blockapsis",
        "email": "infra@blockapsis.com",
        "website":"https://blockapsis.com/"
      },
      "bip44": {
        "coinType": 118
      },
      "bech32Config": {
        "bech32PrefixAccAddr": "osmosis",
        "bech32PrefixAccPub": "osmosispub",
        "bech32PrefixValAddr": "osmosisvaloper",
        "bech32PrefixValPub": "osmosisvaloperpub",
        "bech32PrefixConsAddr": "osmosisvalcons",
        "bech32PrefixConsPub": "osmosisvalconspub"
      },
      "currencies": [
        {
          "coinDenom": "OSMO",
          "coinMinimalDenom": "uosmo",
          "coinDecimals": 6,
          "coinGeckoId": "osmosis"
        }
      ],
      "feeCurrencies": [
        {
          "coinDenom": "OSMO",
          "coinMinimalDenom": "uosmo",
          "coinDecimals": 6,
          "coinGeckoId": "osmosis",
          "gasPriceStep": {
            "low": 0.01,
            "average": 0.025,
            "high": 0.03
          }
        }
      ],
      "stakeCurrency": {
        "coinDenom": "OSMO",
        "coinMinimalDenom": "uosmo",
        "coinDecimals": 6,
        "coinGeckoId": "osmosis"
      },
      "features": [
        "cosmwasm",
        "osmosis-txfees"
      ]
    }
    Sintayew4 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a562b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a5b9d7 View commit details
    Browse the repository at this point in the history
Loading