1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix: params

This commit is contained in:
AdriGeorge 2024-11-20 13:34:52 +02:00
parent 8789c05628
commit f1ef7e9304
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import { base64url, importJWK, JWTPayload, jwtVerify, SignJWT } from 'jose'
import axios from 'axios'
import { ethers } from 'ethers'
import { IssuerKey, IssuerKeyJWK, SignedCredential } from '../@types/IssuerSignature'
/**

View File

@ -1,7 +1,7 @@
import { assert } from 'chai'
import { ethers } from 'ethers'
import { signCredential, verifyCredential } from '../../src/utils'
import { base64url } from 'jose'
import { signCredential, verifyCredential } from '../../src/utils'
import { IssuerKeyJWK } from '../../src/@types/IssuerSignature'
const mockVerifiableCredential = {