Skip to content

Commit

Permalink
Merge pull request #54 from Cardinal-Cryptography/ext_dep
Browse files Browse the repository at this point in the history
Replace in-house psp22 and wnative contracts with external ones
  • Loading branch information
h4nsu authored Nov 10, 2023
2 parents 9f9af8a + e314b87 commit e30321b
Show file tree
Hide file tree
Showing 29 changed files with 243 additions and 846 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout the source code
uses: actions/checkout@v3
with:
submodules: true

- name: Cache Crates
uses: actions/cache@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout the source code
uses: actions/checkout@v3
with:
submodules: true

- name: Cache Crates
uses: actions/cache@v3
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ addresses.json

# Ignore Rust contract wrappers.
amm/e2e-tests/src/*_contract.rs
amm/e2e-tests/src/psp22_token.rs
amm/e2e-tests/src/psp22.rs
amm/e2e-tests/src/wrapped_azero.rs
amm/e2e-tests/src/amm_farm.rs

# Ignore backup files creates by cargo fmt.
**/*.rs.bk
Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "test-contracts/psp22"]
path = test-contracts/psp22
url = https://github.com/Cardinal-Cryptography/PSP22.git
[submodule "test-contracts/wrapped-azero"]
path = test-contracts/wrapped-azero
url = https://github.com/Cardinal-Cryptography/wAZERO.git
Loading

0 comments on commit e30321b

Please sign in to comment.