Skip to content

Commit

Permalink
Merge branch 'main' into staking-draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Kellan Wampler committed Jun 10, 2024
2 parents 67f7256 + 4a8fbea commit c2101af
Show file tree
Hide file tree
Showing 23 changed files with 2,284 additions and 593 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Smart Contracts CI

on:
- push

jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18.18.0

- name: Install dependencies
run: cd web3 && npm install

- name: Run Hardhat tests
run: cd web3 && npx hardhat test
222 changes: 111 additions & 111 deletions bindings/Game7Token/Game7Token.go

Large diffs are not rendered by default.

142 changes: 71 additions & 71 deletions bindings/Staking/Staking.go

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

Loading

0 comments on commit c2101af

Please sign in to comment.