mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
Remove custom contracts (#1769)
* Remove custom contracts * Updating CodeExamples.md --------- Co-authored-by: GitHub Actions Bot <>
This commit is contained in:
parent
e5f36f94aa
commit
5062b6d2b7
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -60,8 +60,6 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}/barge
|
working-directory: ${{ github.workspace }}/barge
|
||||||
run: |
|
run: |
|
||||||
bash -x start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard 2>&1 > start_ocean.log &
|
bash -x start_ocean.sh --no-aquarius --no-elasticsearch --no-provider --no-dashboard 2>&1 > start_ocean.log &
|
||||||
env:
|
|
||||||
CONTRACTS_VERSION: v1.1.8
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- name: Wait for contracts deployment
|
- name: Wait for contracts deployment
|
||||||
working-directory: ${{ github.workspace }}/barge
|
working-directory: ${{ github.workspace }}/barge
|
||||||
@ -118,9 +116,6 @@ jobs:
|
|||||||
working-directory: ${{ github.workspace }}/barge
|
working-directory: ${{ github.workspace }}/barge
|
||||||
run: |
|
run: |
|
||||||
bash -x start_ocean.sh --with-provider2 --no-dashboard --with-c2d 2>&1 > start_ocean.log &
|
bash -x start_ocean.sh --with-provider2 --no-dashboard --with-c2d 2>&1 > start_ocean.log &
|
||||||
env:
|
|
||||||
CONTRACTS_VERSION: v1.1.8
|
|
||||||
|
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build:metadata
|
- run: npm run build:metadata
|
||||||
|
|
||||||
|
@ -94,7 +94,6 @@ import {
|
|||||||
Files,
|
Files,
|
||||||
FixedRateExchange,
|
FixedRateExchange,
|
||||||
FreCreationParams,
|
FreCreationParams,
|
||||||
getHash,
|
|
||||||
Nft,
|
Nft,
|
||||||
NftCreateData,
|
NftCreateData,
|
||||||
NftFactory,
|
NftFactory,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user