New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tableland/evm

Package Overview
Dependencies
Maintainers
4
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tableland/evm - npm Package Compare versions

Comparing version 4.0.0-pre.1 to 4.0.0-pre.2

9

network.js

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

const homesteadAddr = "0x012969f7e3439a9B04025b5a049EB9BAD82A8C12";
// When running local-tableland network the proxy address will be "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512"
const localTablelandAddr = "";
exports.proxies = {

@@ -19,4 +17,7 @@ mainnet: homesteadAddr,

"optimism-goerli-staging": "0xfe79824f6E5894a3DD86908e637B7B4AF57eEE28",
localhost: localTablelandAddr,
"local-tableland": localTablelandAddr,
// localhost is a stand alone node
localhost: "",
// local-tableland implies that a validator is also running. the proxy address will always be
// "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512" because of the order of contract deployment
"local-tableland": "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512",
};

@@ -23,0 +24,0 @@ const homesteadURI = "https://tableland.network/api/v1/tables/1/";

@@ -21,4 +21,3 @@ export interface TablelandNetworkConfig {

const homesteadAddr = "0x012969f7e3439a9B04025b5a049EB9BAD82A8C12";
// When running local-tableland network the proxy address will be "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512"
const localTablelandAddr = "";
export const proxies: TablelandNetworkConfig = {

@@ -35,4 +34,7 @@ mainnet: homesteadAddr,

"optimism-goerli-staging": "0xfe79824f6E5894a3DD86908e637B7B4AF57eEE28",
localhost: localTablelandAddr,
"local-tableland": localTablelandAddr,
// localhost is a stand alone node
localhost: "",
// local-tableland implies that a validator is also running. the proxy address will always be
// "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512" because of the order of contract deployment
"local-tableland": "0xe7f1725e7734ce288f8367e1bb143e90bb3f0512",
};

@@ -39,0 +41,0 @@

{
"name": "@tableland/evm",
"version": "4.0.0-pre.1",
"version": "4.0.0-pre.2",
"description": "Tableland Tables EVM contracts and client components",

@@ -5,0 +5,0 @@ "engines": {

@@ -5,5 +5,2 @@ export type { TestAllowAllTablelandController } from "./TestAllowAllTablelandController";

export type { TestERC721Enumerable } from "./TestERC721Enumerable";
export type { TestReentrancyRunSQL } from "./TestReentrancyRunSQL";
export type { TestReentrancyRunSQLLegacy } from "./TestReentrancyRunSQLLegacy";
export type { TestReentrancyWriteToTable } from "./TestReentrancyWriteToTable";
export type { TestSQLHelpers } from "./TestSQLHelpers";

@@ -10,0 +7,0 @@ export type { TestTablelandController } from "./TestTablelandController";

@@ -5,5 +5,2 @@ export { TestAllowAllTablelandController__factory } from "./TestAllowAllTablelandController__factory";

export { TestERC721Enumerable__factory } from "./TestERC721Enumerable__factory";
export { TestReentrancyRunSQL__factory } from "./TestReentrancyRunSQL__factory";
export { TestReentrancyRunSQLLegacy__factory } from "./TestReentrancyRunSQLLegacy__factory";
export { TestReentrancyWriteToTable__factory } from "./TestReentrancyWriteToTable__factory";
export { TestSQLHelpers__factory } from "./TestSQLHelpers__factory";

@@ -10,0 +7,0 @@ export { TestTablelandController__factory } from "./TestTablelandController__factory";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestURITemplate__factory = exports.TestTablelandTablesUpgrade__factory = exports.TestTablelandController__factory = exports.TestSQLHelpers__factory = exports.TestReentrancyWriteToTable__factory = exports.TestReentrancyRunSQLLegacy__factory = exports.TestReentrancyRunSQL__factory = exports.TestERC721Enumerable__factory = exports.TestERC721AQueryable__factory = exports.TestCreateFromContract__factory = exports.TestAllowAllTablelandController__factory = void 0;
exports.TestURITemplate__factory = exports.TestTablelandTablesUpgrade__factory = exports.TestTablelandController__factory = exports.TestSQLHelpers__factory = exports.TestERC721Enumerable__factory = exports.TestERC721AQueryable__factory = exports.TestCreateFromContract__factory = exports.TestAllowAllTablelandController__factory = void 0;
/* Autogenerated file. Do not edit manually. */

@@ -15,8 +15,2 @@ /* tslint:disable */

Object.defineProperty(exports, "TestERC721Enumerable__factory", { enumerable: true, get: function () { return TestERC721Enumerable__factory_1.TestERC721Enumerable__factory; } });
var TestReentrancyRunSQL__factory_1 = require("./TestReentrancyRunSQL__factory");
Object.defineProperty(exports, "TestReentrancyRunSQL__factory", { enumerable: true, get: function () { return TestReentrancyRunSQL__factory_1.TestReentrancyRunSQL__factory; } });
var TestReentrancyRunSQLLegacy__factory_1 = require("./TestReentrancyRunSQLLegacy__factory");
Object.defineProperty(exports, "TestReentrancyRunSQLLegacy__factory", { enumerable: true, get: function () { return TestReentrancyRunSQLLegacy__factory_1.TestReentrancyRunSQLLegacy__factory; } });
var TestReentrancyWriteToTable__factory_1 = require("./TestReentrancyWriteToTable__factory");
Object.defineProperty(exports, "TestReentrancyWriteToTable__factory", { enumerable: true, get: function () { return TestReentrancyWriteToTable__factory_1.TestReentrancyWriteToTable__factory; } });
var TestSQLHelpers__factory_1 = require("./TestSQLHelpers__factory");

@@ -23,0 +17,0 @@ Object.defineProperty(exports, "TestSQLHelpers__factory", { enumerable: true, get: function () { return TestSQLHelpers__factory_1.TestSQLHelpers__factory; } });

@@ -124,14 +124,2 @@ /* Autogenerated file. Do not edit manually. */

getContractFactory(
name: "TestReentrancyRunSQL",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.TestReentrancyRunSQL__factory>;
getContractFactory(
name: "TestReentrancyRunSQLLegacy",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.TestReentrancyRunSQLLegacy__factory>;
getContractFactory(
name: "TestReentrancyWriteToTable",
signerOrOptions?: ethers.Signer | FactoryOptions
): Promise<Contracts.TestReentrancyWriteToTable__factory>;
getContractFactory(
name: "TestSQLHelpers",

@@ -341,17 +329,2 @@ signerOrOptions?: ethers.Signer | FactoryOptions

getContractAt(
name: "TestReentrancyRunSQL",
address: string,
signer?: ethers.Signer
): Promise<Contracts.TestReentrancyRunSQL>;
getContractAt(
name: "TestReentrancyRunSQLLegacy",
address: string,
signer?: ethers.Signer
): Promise<Contracts.TestReentrancyRunSQLLegacy>;
getContractAt(
name: "TestReentrancyWriteToTable",
address: string,
signer?: ethers.Signer
): Promise<Contracts.TestReentrancyWriteToTable>;
getContractAt(
name: "TestSQLHelpers",

@@ -358,0 +331,0 @@ address: string,

@@ -64,8 +64,2 @@ import type * as openzeppelin from "./@openzeppelin";

export { TestERC721Enumerable__factory } from "./factories/contracts/test/TestERC721Enumerable__factory";
export type { TestReentrancyRunSQL } from "./contracts/test/TestReentrancyRunSQL";
export { TestReentrancyRunSQL__factory } from "./factories/contracts/test/TestReentrancyRunSQL__factory";
export type { TestReentrancyRunSQLLegacy } from "./contracts/test/TestReentrancyRunSQLLegacy";
export { TestReentrancyRunSQLLegacy__factory } from "./factories/contracts/test/TestReentrancyRunSQLLegacy__factory";
export type { TestReentrancyWriteToTable } from "./contracts/test/TestReentrancyWriteToTable";
export { TestReentrancyWriteToTable__factory } from "./factories/contracts/test/TestReentrancyWriteToTable__factory";
export type { TestSQLHelpers } from "./contracts/test/TestSQLHelpers";

@@ -72,0 +66,0 @@ export { TestSQLHelpers__factory } from "./factories/contracts/test/TestSQLHelpers__factory";

@@ -26,3 +26,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.IERC721A__factory = exports.IERC721AQueryable__factory = exports.IERC721ABurnable__factory = exports.ERC721AQueryable__factory = exports.ERC721ABurnable__factory = exports.ERC721A__factory = exports.ERC721A__IERC721Receiver__factory = exports.IERC721AUpgradeable__factory = exports.IERC721AQueryableUpgradeable__factory = exports.ERC721AQueryableUpgradeable__factory = exports.ERC721AUpgradeable__factory = exports.ERC721A__IERC721ReceiverUpgradeable__factory = exports.TablelandDeployments__factory = exports.TestURITemplate__factory = exports.TestTablelandTablesUpgrade__factory = exports.TestTablelandController__factory = exports.TestSQLHelpers__factory = exports.TestReentrancyWriteToTable__factory = exports.TestReentrancyRunSQLLegacy__factory = exports.TestReentrancyRunSQL__factory = exports.TestERC721Enumerable__factory = exports.TestERC721AQueryable__factory = exports.TestCreateFromContract__factory = exports.TestAllowAllTablelandController__factory = exports.TablelandTables__factory = exports.ERC721EnumerablePolicies__factory = exports.ERC721AQueryablePolicies__factory = exports.ITablelandTables__factory = exports.ITablelandController__factory = exports.IERC165__factory = exports.ERC165__factory = exports.IERC721Receiver__factory = exports.IERC721__factory = exports.IERC721Metadata__factory = exports.IERC721Enumerable__factory = exports.ERC721Enumerable__factory = exports.ERC721__factory = exports.Ownable__factory = exports.ContextUpgradeable__factory = exports.ReentrancyGuardUpgradeable__factory = exports.PausableUpgradeable__factory = exports.UUPSUpgradeable__factory = exports.Initializable__factory = exports.ERC1967UpgradeUpgradeable__factory = exports.IBeaconUpgradeable__factory = exports.IERC1822ProxiableUpgradeable__factory = exports.OwnableUpgradeable__factory = exports.factories = void 0;
exports.IERC721A__factory = exports.IERC721AQueryable__factory = exports.IERC721ABurnable__factory = exports.ERC721AQueryable__factory = exports.ERC721ABurnable__factory = exports.ERC721A__factory = exports.ERC721A__IERC721Receiver__factory = exports.IERC721AUpgradeable__factory = exports.IERC721AQueryableUpgradeable__factory = exports.ERC721AQueryableUpgradeable__factory = exports.ERC721AUpgradeable__factory = exports.ERC721A__IERC721ReceiverUpgradeable__factory = exports.TablelandDeployments__factory = exports.TestURITemplate__factory = exports.TestTablelandTablesUpgrade__factory = exports.TestTablelandController__factory = exports.TestSQLHelpers__factory = exports.TestERC721Enumerable__factory = exports.TestERC721AQueryable__factory = exports.TestCreateFromContract__factory = exports.TestAllowAllTablelandController__factory = exports.TablelandTables__factory = exports.ERC721EnumerablePolicies__factory = exports.ERC721AQueryablePolicies__factory = exports.ITablelandTables__factory = exports.ITablelandController__factory = exports.IERC165__factory = exports.ERC165__factory = exports.IERC721Receiver__factory = exports.IERC721__factory = exports.IERC721Metadata__factory = exports.IERC721Enumerable__factory = exports.ERC721Enumerable__factory = exports.ERC721__factory = exports.Ownable__factory = exports.ContextUpgradeable__factory = exports.ReentrancyGuardUpgradeable__factory = exports.PausableUpgradeable__factory = exports.UUPSUpgradeable__factory = exports.Initializable__factory = exports.ERC1967UpgradeUpgradeable__factory = exports.IBeaconUpgradeable__factory = exports.IERC1822ProxiableUpgradeable__factory = exports.OwnableUpgradeable__factory = exports.factories = void 0;
exports.factories = __importStar(require("./factories"));

@@ -83,8 +83,2 @@ var OwnableUpgradeable__factory_1 = require("./factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory");

Object.defineProperty(exports, "TestERC721Enumerable__factory", { enumerable: true, get: function () { return TestERC721Enumerable__factory_1.TestERC721Enumerable__factory; } });
var TestReentrancyRunSQL__factory_1 = require("./factories/contracts/test/TestReentrancyRunSQL__factory");
Object.defineProperty(exports, "TestReentrancyRunSQL__factory", { enumerable: true, get: function () { return TestReentrancyRunSQL__factory_1.TestReentrancyRunSQL__factory; } });
var TestReentrancyRunSQLLegacy__factory_1 = require("./factories/contracts/test/TestReentrancyRunSQLLegacy__factory");
Object.defineProperty(exports, "TestReentrancyRunSQLLegacy__factory", { enumerable: true, get: function () { return TestReentrancyRunSQLLegacy__factory_1.TestReentrancyRunSQLLegacy__factory; } });
var TestReentrancyWriteToTable__factory_1 = require("./factories/contracts/test/TestReentrancyWriteToTable__factory");
Object.defineProperty(exports, "TestReentrancyWriteToTable__factory", { enumerable: true, get: function () { return TestReentrancyWriteToTable__factory_1.TestReentrancyWriteToTable__factory; } });
var TestSQLHelpers__factory_1 = require("./factories/contracts/test/TestSQLHelpers__factory");

@@ -91,0 +85,0 @@ Object.defineProperty(exports, "TestSQLHelpers__factory", { enumerable: true, get: function () { return TestSQLHelpers__factory_1.TestSQLHelpers__factory; } });

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

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