Skip to content

Commit

Permalink
Merge branch 'main' into release_4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Dec 12, 2024
2 parents 89e0573 + 1d4291c commit 5977eca
Show file tree
Hide file tree
Showing 7 changed files with 1,328 additions and 1,130 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ jobs:
- run: npm run build:metadata
- name: Delete default runner images
run: |
docker image rm node:16
docker image rm node:16-alpine
docker image rm node:18
docker image rm node:18-alpine
docker image rm node:20
Expand Down Expand Up @@ -180,7 +178,7 @@ jobs:
if: ${{ success() && github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v4.1.7
with:
name: coverage-unit
- uses: actions/download-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/NftFactory.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ Used as a proxy to order multiple services

| Name | Type | Description |
| :------ | :------ | :------ |
| `orders` | [`TokenOrder`](../interfaces/TokenOrder.md)[] | array of of orders |
| `orders` | [`TokenOrder`](../interfaces/TokenOrder.md)[] | array of orders |
| `estimateGas?` | `G` | if True, return gas estimate |

#### Returns
Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ ___

**updated**: `string`

Contains the the date of last update in ISO Date Time
Contains the date of last update in ISO Date Time

#### Defined in

Expand Down
Loading

0 comments on commit 5977eca

Please sign in to comment.