Skip to content

Commit

Permalink
Add opsheet (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter authored Sep 29, 2023
1 parent 2ace00d commit 4a6ee57
Show file tree
Hide file tree
Showing 278 changed files with 52,302 additions and 70,878 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/deployments_prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Deploy prod

permissions: read-all

on:
push:
branches:
Expand All @@ -8,6 +10,7 @@ on:
jobs:
merge-mainnet:
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -19,8 +22,23 @@ jobs:
git reset main --hard
git push origin mainnet -f
merge-optimism-mainnet:
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Checkout code
uses: actions/checkout@v2
- run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
git fetch origin optimism
git checkout optimism
git reset main --hard
git push origin optimism -f
merge-staging:
runs-on: ubuntu-latest
permissions: read-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/deployments_staging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Deploy staging

permissions: read-all

on:
push:
branches:
Expand All @@ -8,6 +10,7 @@ on:
jobs:
merge-testnet:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -21,6 +24,7 @@ jobs:
merge-testnet2:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -34,6 +38,7 @@ jobs:
merge-goerli:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
79 changes: 0 additions & 79 deletions README.md

This file was deleted.

4 changes: 1 addition & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion node.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"localhost": "http://127.0.0.1:5000/"}
{ "localhost": "http://127.0.0.1:5000/" }
2 changes: 1 addition & 1 deletion packages/starksheet-cairo/allow_list.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
34 changes: 3 additions & 31 deletions packages/starksheet-cairo/assets/nft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4a6ee57

Please sign in to comment.