From 61e10130bebc936ef536a3f82e239ede30e740b1 Mon Sep 17 00:00:00 2001 From: Sintayew4 <142906201+Sintayew4@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:49:35 +0300 Subject: [PATCH 1/4] git@github.com:Sintayew4/keplr-chain-registry.git https://github.com/Sintayew4/keplr-chain-registry.git --- .devcontainer/devcontainer.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..ad93c14a0 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} From a2b5a37d73119034215a19b4a07e5945a69a07ed Mon Sep 17 00:00:00 2001 From: Sintayew4 <142906201+Sintayew4@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:51:32 +0300 Subject: [PATCH 2/4] Create keplr-chain-registry.git 61e10130bebc936ef536a3f82e239ede30e740b1 --- git@github.com:Sintayew4/keplr-chain-registry.git | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 git@github.com:Sintayew4/keplr-chain-registry.git diff --git a/git@github.com:Sintayew4/keplr-chain-registry.git b/git@github.com:Sintayew4/keplr-chain-registry.git new file mode 100644 index 000000000..ad93c14a0 --- /dev/null +++ b/git@github.com:Sintayew4/keplr-chain-registry.git @@ -0,0 +1,5 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + } +} From c03eeedfa0ae00e3798a1312503746a599334a51 Mon Sep 17 00:00:00 2001 From: sintayew gashaw <142906201+Sintayew4@users.noreply.github.com> Date: Wed, 19 Jun 2024 19:03:35 +0300 Subject: [PATCH 3/4] Create Sintayew (#2) https://github.com/Sintayew4/keplr-chain-registry --- .github/workflows/webpack.yml/Sintayew | 28 ++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/webpack.yml/Sintayew diff --git a/.github/workflows/webpack.yml/Sintayew b/.github/workflows/webpack.yml/Sintayew new file mode 100644 index 000000000..25e64c08e --- /dev/null +++ b/.github/workflows/webpack.yml/Sintayew @@ -0,0 +1,28 @@ +name: NodeJS with Webpack + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [14.x, 16.x, 18.x] + + steps: + - uses: actions/checkout@v4 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + npx webpack From a562b94ebcc532ff49ae600ce557261c7d507fef Mon Sep 17 00:00:00 2001 From: sintayew gashaw <142906201+Sintayew4@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:50:39 +0300 Subject: [PATCH 4/4] 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" ] } --- ...w4generator-generic-ossf-slsa3-publish.yml | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 .github/workflows/Sintayew4generator-generic-ossf-slsa3-publish.yml diff --git a/.github/workflows/Sintayew4generator-generic-ossf-slsa3-publish.yml b/.github/workflows/Sintayew4generator-generic-ossf-slsa3-publish.yml new file mode 100644 index 000000000..35c829b13 --- /dev/null +++ b/.github/workflows/Sintayew4generator-generic-ossf-slsa3-publish.yml @@ -0,0 +1,66 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# This workflow lets you generate SLSA provenance file for your project. +# The generation satisfies level 3 for the provenance requirements - see https://slsa.dev/spec/v0.1/requirements +# The project is an initiative of the OpenSSF (openssf.org) and is developed at +# https://github.com/slsa-framework/slsa-github-generator. +# The provenance file can be verified using https://github.com/slsa-framework/slsa-verifier. +# For more information about SLSA and how it improves the supply-chain, visit slsa.dev. + +name: SLSA generic generator +on: + workflow_dispatch: + release: + types: [created] + +jobs: + build: + runs-on: ubuntu-latest + outputs: + digests: ${{ steps.hash.outputs.digests }} + + steps: + - uses: actions/checkout@v4 + + # ======================================================== + # + # Step 1: Build your artifacts. + # + # ======================================================== + - name: Build artifacts + run: | + # These are some amazing artifacts. + echo "artifact1" > artifact1 + echo "artifact2" > artifact2 + + # ======================================================== + # + # Step 2: Add a step to generate the provenance subjects + # as shown below. Update the sha256 sum arguments + # to include all binaries that you generate + # provenance for. + # + # ======================================================== + - name: Generate subject for provenance + id: hash + run: | + set -euo pipefail + + # List the artifacts the provenance will refer to. + files=$(ls artifact*) + # Generate the subjects (base64 encoded). + echo "hashes=$(sha256sum $files | base64 -w0)" >> "${GITHUB_OUTPUT}" + + provenance: + needs: [build] + permissions: + actions: read # To read the workflow path. + id-token: write # To sign the provenance. + contents: write # To add assets to a release. + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.4.0 + with: + base64-subjects: "${{ needs.build.outputs.digests }}" + upload-assets: true # Optional: Upload to a new release