mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fixing linting & solving conflict
This commit is contained in:
parent
36d7b12414
commit
868de7c178
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -219,8 +219,9 @@ jobs:
|
|||||||
- name: commit
|
- name: commit
|
||||||
run: |
|
run: |
|
||||||
# Stage the file, commit and push
|
# Stage the file, commit and push
|
||||||
BRANCH=$(git branch --show-current)
|
BRANCH=${GITHUB_REF#refs/heads/}
|
||||||
git checkout "${BRANCH}"
|
echo ${BRANCH}
|
||||||
|
git checkout ${BRANCH}
|
||||||
git add CodeExamples.md
|
git add CodeExamples.md
|
||||||
git commit -m "Updating CodeExamples.md"
|
git commit -m "Updating CodeExamples.md"
|
||||||
git push
|
git push
|
@ -14,47 +14,6 @@ import {
|
|||||||
ZERO_ADDRESS
|
ZERO_ADDRESS
|
||||||
} from '../../src'
|
} from '../../src'
|
||||||
import { ProviderFees, Erc20CreateParams, DDO } from '../../src/@types'
|
import { ProviderFees, Erc20CreateParams, DDO } from '../../src/@types'
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
const assetUrl = [
|
|
||||||
{
|
|
||||||
type: 'url',
|
|
||||||
url: 'https://raw.githubusercontent.com/oceanprotocol/testdatasets/main/shs_dataset_test.txt',
|
|
||||||
method: 'GET'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
const ddo: DDO = {
|
|
||||||
'@context': ['https://w3id.org/did/v1'],
|
|
||||||
id: 'did:op:efba17455c127a885ec7830d687a8f6e64f5ba559f8506f8723c1f10f05c049c',
|
|
||||||
version: '4.0.0',
|
|
||||||
chainId: 4,
|
|
||||||
nftAddress: '0x0',
|
|
||||||
metadata: {
|
|
||||||
created: '2021-12-20T14:35:20Z',
|
|
||||||
updated: '2021-12-20T14:35:20Z',
|
|
||||||
type: 'dataset',
|
|
||||||
name: 'dfgdfgdg',
|
|
||||||
description: 'd dfgd fgd dfg dfgdfgd dfgdf',
|
|
||||||
tags: [''],
|
|
||||||
author: 'dd',
|
|
||||||
license: 'https://market.oceanprotocol.com/terms',
|
|
||||||
additionalInformation: {
|
|
||||||
termsAndConditions: true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
services: [
|
|
||||||
{
|
|
||||||
id: 'notAnId',
|
|
||||||
type: 'access',
|
|
||||||
files: '',
|
|
||||||
datatokenAddress: '0xa15024b732A8f2146423D14209eFd074e61964F3',
|
|
||||||
serviceEndpoint: 'https://providerv4.rinkeby.oceanprotocol.com',
|
|
||||||
timeout: 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
=======
|
|
||||||
>>>>>>> 620b5d3a24e3d76a7b9ac1fc78a370add76f549a
|
|
||||||
|
|
||||||
describe('Simple Publish & consume test', async () => {
|
describe('Simple Publish & consume test', async () => {
|
||||||
let config: Config
|
let config: Config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user