Socket
Socket
Sign inDemoInstall

@0xsequence/api

Package Overview
Dependencies
Maintainers
2
Versions
470
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/api - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

6

CHANGELOG.md
# @0xsequence/api
## 0.9.2
### Patch Changes
- - Update api client
## 0.9.1

@@ -4,0 +10,0 @@

9

dist/0xsequence-api.cjs.dev.js

@@ -24,3 +24,3 @@ 'use strict';

/* eslint-disable */
// arcadeum-api v0.3.0 4f6f57fe6ee3b314923237fd391c1e49d7ea17a7
// arcadeum-api v0.3.0 fd4140c62a3ca86fad881704c5541a3176f88c35
// --

@@ -34,3 +34,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "4f6f57fe6ee3b314923237fd391c1e49d7ea17a7"; //
const WebRPCSchemaHash = "fd4140c62a3ca86fad881704c5541a3176f88c35"; //

@@ -52,2 +52,3 @@ (function (ChainStateProp) {

ETHNetwork["GANACHE"] = "GANACHE";
ETHNetwork["MATIC"] = "MATIC";
})(exports.ETHNetwork || (exports.ETHNetwork = {}));

@@ -58,6 +59,6 @@

ContractType["ERC20_TOKEN"] = "ERC20_TOKEN";
ContractType["ERC721_TOKEN"] = "ERC721_TOKEN";
ContractType["ERC1155_TOKEN"] = "ERC1155_TOKEN";
ContractType["META_ERC20_WRAPPER"] = "META_ERC20_WRAPPER";
ContractType["ERC1155_TOKEN"] = "ERC1155_TOKEN";
ContractType["NIFTYSWAP"] = "NIFTYSWAP";
ContractType["ERC721_TOKEN"] = "ERC721_TOKEN";
})(exports.ContractType || (exports.ContractType = {}));

@@ -64,0 +65,0 @@

@@ -24,3 +24,3 @@ 'use strict';

/* eslint-disable */
// arcadeum-api v0.3.0 4f6f57fe6ee3b314923237fd391c1e49d7ea17a7
// arcadeum-api v0.3.0 fd4140c62a3ca86fad881704c5541a3176f88c35
// --

@@ -34,3 +34,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "4f6f57fe6ee3b314923237fd391c1e49d7ea17a7"; //
const WebRPCSchemaHash = "fd4140c62a3ca86fad881704c5541a3176f88c35"; //

@@ -52,2 +52,3 @@ (function (ChainStateProp) {

ETHNetwork["GANACHE"] = "GANACHE";
ETHNetwork["MATIC"] = "MATIC";
})(exports.ETHNetwork || (exports.ETHNetwork = {}));

@@ -58,6 +59,6 @@

ContractType["ERC20_TOKEN"] = "ERC20_TOKEN";
ContractType["ERC721_TOKEN"] = "ERC721_TOKEN";
ContractType["ERC1155_TOKEN"] = "ERC1155_TOKEN";
ContractType["META_ERC20_WRAPPER"] = "META_ERC20_WRAPPER";
ContractType["ERC1155_TOKEN"] = "ERC1155_TOKEN";
ContractType["NIFTYSWAP"] = "NIFTYSWAP";
ContractType["ERC721_TOKEN"] = "ERC721_TOKEN";
})(exports.ContractType || (exports.ContractType = {}));

@@ -64,0 +65,0 @@

@@ -20,3 +20,3 @@ function _extends() {

/* eslint-disable */
// arcadeum-api v0.3.0 4f6f57fe6ee3b314923237fd391c1e49d7ea17a7
// arcadeum-api v0.3.0 fd4140c62a3ca86fad881704c5541a3176f88c35
// --

@@ -30,3 +30,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

const WebRPCSchemaHash = "4f6f57fe6ee3b314923237fd391c1e49d7ea17a7"; //
const WebRPCSchemaHash = "fd4140c62a3ca86fad881704c5541a3176f88c35"; //
// Types

@@ -54,2 +54,3 @@ //

ETHNetwork["GANACHE"] = "GANACHE";
ETHNetwork["MATIC"] = "MATIC";
})(ETHNetwork || (ETHNetwork = {}));

@@ -62,6 +63,6 @@

ContractType["ERC20_TOKEN"] = "ERC20_TOKEN";
ContractType["ERC721_TOKEN"] = "ERC721_TOKEN";
ContractType["ERC1155_TOKEN"] = "ERC1155_TOKEN";
ContractType["META_ERC20_WRAPPER"] = "META_ERC20_WRAPPER";
ContractType["ERC1155_TOKEN"] = "ERC1155_TOKEN";
ContractType["NIFTYSWAP"] = "NIFTYSWAP";
ContractType["ERC721_TOKEN"] = "ERC721_TOKEN";
})(ContractType || (ContractType = {}));

@@ -68,0 +69,0 @@

export declare const WebRPCVersion = "v1";
export declare const WebRPCSchemaVersion = "v0.3.0";
export declare const WebRPCSchemaHash = "4f6f57fe6ee3b314923237fd391c1e49d7ea17a7";
export declare const WebRPCSchemaHash = "fd4140c62a3ca86fad881704c5541a3176f88c35";
export declare enum ChainStateProp {

@@ -17,3 +17,4 @@ UNKNOWN = "UNKNOWN",

KOVAN = "KOVAN",
GANACHE = "GANACHE"
GANACHE = "GANACHE",
MATIC = "MATIC"
}

@@ -23,6 +24,6 @@ export declare enum ContractType {

ERC20_TOKEN = "ERC20_TOKEN",
ERC721_TOKEN = "ERC721_TOKEN",
ERC1155_TOKEN = "ERC1155_TOKEN",
META_ERC20_WRAPPER = "META_ERC20_WRAPPER",
ERC1155_TOKEN = "ERC1155_TOKEN",
NIFTYSWAP = "NIFTYSWAP",
ERC721_TOKEN = "ERC721_TOKEN"
NIFTYSWAP = "NIFTYSWAP"
}

@@ -165,2 +166,4 @@ export declare enum ContractCategory {

ogImageURL: string;
originChainId: number;
originAddress: string;
hasMetadata?: boolean;

@@ -363,2 +366,4 @@ updatedAt: string;

ogImageURL: string;
originChainId: number;
originAddress: string;
category: ContractCategory;

@@ -398,2 +403,6 @@ decimals?: number;

contractAlias: string;
logoURL: string;
originChainId: number;
originAddress: string;
website: string;
contractType: ContractType;

@@ -400,0 +409,0 @@ name: string;

{
"name": "@0xsequence/api",
"version": "0.9.1",
"version": "0.9.2",
"description": "api sub-package for Sequence",

@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/api",

/* eslint-disable */
// arcadeum-api v0.3.0 4f6f57fe6ee3b314923237fd391c1e49d7ea17a7
// arcadeum-api v0.3.0 fd4140c62a3ca86fad881704c5541a3176f88c35
// --

@@ -14,3 +14,3 @@ // This file has been generated by https://github.com/webrpc/webrpc using gen/typescript

// Schema hash generated from your RIDL schema
export const WebRPCSchemaHash = "4f6f57fe6ee3b314923237fd391c1e49d7ea17a7"
export const WebRPCSchemaHash = "fd4140c62a3ca86fad881704c5541a3176f88c35"

@@ -35,3 +35,4 @@

KOVAN = 'KOVAN',
GANACHE = 'GANACHE'
GANACHE = 'GANACHE',
MATIC = 'MATIC'
}

@@ -42,6 +43,6 @@

ERC20_TOKEN = 'ERC20_TOKEN',
ERC721_TOKEN = 'ERC721_TOKEN',
ERC1155_TOKEN = 'ERC1155_TOKEN',
META_ERC20_WRAPPER = 'META_ERC20_WRAPPER',
ERC1155_TOKEN = 'ERC1155_TOKEN',
NIFTYSWAP = 'NIFTYSWAP',
ERC721_TOKEN = 'ERC721_TOKEN'
NIFTYSWAP = 'NIFTYSWAP'
}

@@ -208,2 +209,4 @@

ogImageURL: string
originChainId: number
originAddress: string
hasMetadata?: boolean

@@ -418,2 +421,4 @@ updatedAt: string

ogImageURL: string
originChainId: number
originAddress: string
category: ContractCategory

@@ -449,2 +454,6 @@ decimals?: number

contractAlias: string
logoURL: string
originChainId: number
originAddress: string
website: string
contractType: ContractType

@@ -451,0 +460,0 @@ name: string

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc