Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coinerblog-sdk

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinerblog-sdk - npm Package Compare versions

Comparing version 0.0.2-b to 0.0.2-c

0

.mocharc.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ import { Signer } from 'ethers';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=client.js.map

@@ -0,0 +0,0 @@ import { BigNumber, PayableOverrides } from 'ethers';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=coinerblog-client.js.map

@@ -0,0 +0,0 @@ import { Client } from './client';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=coinerblogfactory-client.js.map

@@ -0,0 +0,0 @@ import { BigNumber, PayableOverrides } from 'ethers';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=coinerblogpoint-client.js.map

2

dist/client/erc20-client.d.ts

@@ -6,3 +6,3 @@ import { BigNumber, PayableOverrides } from 'ethers';

symbol(): Promise<string>;
decimals(): Promise<BigNumber>;
decimals(): Promise<number>;
totalSupply(): Promise<BigNumber>;

@@ -9,0 +9,0 @@ balanceOf(account: string): Promise<BigNumber>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=erc20-client.js.map

@@ -0,0 +0,0 @@ import { Provider } from '@ethersproject/providers';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Provider } from '@ethersproject/providers';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Provider } from '@ethersproject/providers';

@@ -0,0 +0,0 @@ "use strict";

"use strict";
//# sourceMappingURL=ether-coinerblogmessage-client.js.map

@@ -0,0 +0,0 @@ import { Provider } from '@ethersproject/providers';

@@ -0,0 +0,0 @@ "use strict";

@@ -12,3 +12,3 @@ import { Provider } from '@ethersproject/providers';

symbol(): Promise<string>;
decimals(): Promise<BigNumber>;
decimals(): Promise<number>;
totalSupply(): Promise<BigNumber>;

@@ -15,0 +15,0 @@ balanceOf(account: string): Promise<BigNumber>;

@@ -5,3 +5,2 @@ "use strict";

const ether_client_1 = require("./ether-client");
const ethers_1 = require("ethers");
const typechain_1 = require("../typechain");

@@ -32,3 +31,3 @@ class EtherERC20Client extends ether_client_1.EtherClient {

}
return ethers_1.BigNumber.from(await this.erc20.decimals());
return this.erc20.decimals();
}

@@ -35,0 +34,0 @@ totalSupply() {

@@ -0,0 +0,0 @@ export * from './coinerblogpoint-client';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ export declare const NETWORK: {

@@ -0,0 +0,0 @@ "use strict";

export * from './client';
export * from './model';
export * from './config';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { BigNumber } from 'ethers';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=chain.js.map
export * from './chain';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { EventFilter, Event } from "ethers";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=commons.js.map

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer, ContractFactory, Overrides } from "ethers";

@@ -0,0 +0,0 @@ import { Signer, ContractFactory, Overrides } from "ethers";

@@ -0,0 +0,0 @@ import { Signer, ContractFactory, Overrides } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer, ContractFactory, Overrides } from "ethers";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Signer, ContractFactory, Overrides } from "ethers";

@@ -0,0 +0,0 @@ import { Signer, ContractFactory, Overrides } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ import { Signer } from "ethers";

@@ -0,0 +0,0 @@ export type { AccessControlUpgradeable } from "./AccessControlUpgradeable";

@@ -0,0 +0,0 @@ "use strict";

{
"name": "coinerblog-sdk",
"version": "0.0.2-b",
"version": "0.0.2-c",
"main": "dist/index.js",

@@ -8,3 +8,3 @@ "author": "33357 <43600005+33357@users.noreply.github.com>",

"scripts": {
"prebuild": "cd .. && yarn && yarn run hardhat compile && yarn run hardhat typechain && cp ./deployment/deployment.json ./sdk/src/config/ && cd sdk",
"prebuild": "cd .. && yarn && yarn build && cp ./deployment/deployment.json ./sdk/src/config/ && cd sdk",
"build:clean": "rm -rf dist && rm -f tsconfig.tsbuildinfo && rm -rf ./src/typechain/",

@@ -11,0 +11,0 @@ "build": "yarn build:clean && yarn prebuild && yarn tsc && yarn cpy ./src/typechain/ ./dist/typechain/",

## SDK Package

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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