Skip to content

Commit

Permalink
Use mapping from external AstarBase (#39)
Browse files Browse the repository at this point in the history
* isRegistered support

* working on it

* external check works for isRegister

* unit tested

* ci on all branches

* ci fix

* added Astar verifiaction details for V3

* more on  astar contract verification

* Shiden V4 plus test

* remove console.log

* Shiden upgraded to V4
  • Loading branch information
Maar-io authored Jul 19, 2022
1 parent df50ba8 commit 71b032b
Show file tree
Hide file tree
Showing 32 changed files with 49,061 additions and 16,738 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/contract-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'AstarBase CI'

on:
pull_request:
branches:
- '**'
push:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./contract/shibuya

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npx hardhat test
Loading

0 comments on commit 71b032b

Please sign in to comment.