Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SintayewKeplerchain #677

Closed
wants to merge 6 commits into from
Closed

SintayewKeplerchain #677

wants to merge 6 commits into from

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

    [email protected]:Sintayew4/keplr-chain-registry.git
    Sintayew4 committed 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": "[email protected]",
        "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 committed 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