Socket
Socket
Sign inDemoInstall

@oak-network/config

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oak-network/config - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

contracts/erc20.d.ts

1

contracts/index.d.ts
export * from "./astar";
export * from "./moonbeam";
export * from "./erc20";

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

__exportStar(require("./moonbeam"), exports);
__exportStar(require("./erc20"), exports);
//# sourceMappingURL=index.js.map

17

contracts/moonbeam/proxy.d.ts

@@ -1,6 +0,4 @@

declare const address = "0x0000000000000000000000000000000000000808";
declare const abi: ({
anonymous: boolean;
declare const address = "0x000000000000000000000000000000000000080b";
declare const abi: {
inputs: {
indexed: boolean;
internalType: string;

@@ -11,7 +9,3 @@ name: string;

name: string;
type: string;
outputs?: undefined;
stateMutability?: undefined;
} | {
inputs: {
outputs: {
internalType: string;

@@ -21,8 +15,5 @@ name: string;

}[];
name: string;
outputs: never[];
stateMutability: string;
type: string;
anonymous?: undefined;
})[];
}[];
export { address, abi };
"use strict";
// Documentation: https://docs.moonbeam.network/builders/pallets-precompiles/precompiles/batch/
// https://moonriver.moonscan.io/address/0x0000000000000000000000000000000000000808#code
// Document: https://docs.moonbeam.network/builders/pallets-precompiles/precompiles/proxy/
// https://moonriver.moonscan.io/address/0x000000000000000000000000000000000000080D#code
Object.defineProperty(exports, "__esModule", { value: true });
exports.abi = exports.address = void 0;
const address = "0x0000000000000000000000000000000000000808";
const address = "0x000000000000000000000000000000000000080b";
exports.address = address;
const abi = [
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "uint256",
name: "index",
type: "uint256",
internalType: "address",
name: "delegate",
type: "address",
},
{
internalType: "enum Proxy.ProxyType",
name: "proxyType",
type: "uint8",
},
{
internalType: "uint32",
name: "delay",
type: "uint32",
},
],
name: "SubcallFailed",
type: "event",
name: "addProxy",
outputs: [],
stateMutability: "nonpayable",
type: "function",
},
{
anonymous: false,
inputs: [
{
indexed: false,
internalType: "uint256",
name: "index",
type: "uint256",
internalType: "address",
name: "real",
type: "address",
},
{
internalType: "address",
name: "delegate",
type: "address",
},
{
internalType: "enum Proxy.ProxyType",
name: "proxyType",
type: "uint8",
},
{
internalType: "uint32",
name: "delay",
type: "uint32",
},
],
name: "SubcallSucceeded",
type: "event",
name: "isProxy",
outputs: [
{
internalType: "bool",
name: "exists",
type: "bool",
},
],
stateMutability: "view",
type: "function",
},

@@ -38,25 +69,20 @@ {

{
internalType: "address[]",
name: "to",
type: "address[]",
internalType: "address",
name: "real",
type: "address",
},
{
internalType: "uint256[]",
name: "value",
type: "uint256[]",
internalType: "address",
name: "callTo",
type: "address",
},
{
internalType: "bytes[]",
name: "call_data",
type: "bytes[]",
internalType: "bytes",
name: "callData",
type: "bytes",
},
{
internalType: "uint64[]",
name: "gas_limit",
type: "uint64[]",
},
],
name: "batchAll",
name: "proxy",
outputs: [],
stateMutability: "nonpayable",
stateMutability: "payable",
type: "function",

@@ -67,24 +93,31 @@ },

{
internalType: "address[]",
name: "to",
type: "address[]",
internalType: "address",
name: "real",
type: "address",
},
{
internalType: "uint256[]",
name: "value",
type: "uint256[]",
internalType: "enum Proxy.ProxyType",
name: "forceProxyType",
type: "uint8",
},
{
internalType: "bytes[]",
name: "call_data",
type: "bytes[]",
internalType: "address",
name: "callTo",
type: "address",
},
{
internalType: "uint64[]",
name: "gas_limit",
type: "uint64[]",
internalType: "bytes",
name: "callData",
type: "bytes",
},
],
name: "batchSome",
name: "proxyForceType",
outputs: [],
stateMutability: "payable",
type: "function",
},
{
inputs: [],
name: "removeProxies",
outputs: [],
stateMutability: "nonpayable",

@@ -96,23 +129,18 @@ type: "function",

{
internalType: "address[]",
name: "to",
type: "address[]",
internalType: "address",
name: "delegate",
type: "address",
},
{
internalType: "uint256[]",
name: "value",
type: "uint256[]",
internalType: "enum Proxy.ProxyType",
name: "proxyType",
type: "uint8",
},
{
internalType: "bytes[]",
name: "call_data",
type: "bytes[]",
internalType: "uint32",
name: "delay",
type: "uint32",
},
{
internalType: "uint64[]",
name: "gas_limit",
type: "uint64[]",
},
],
name: "batchSomeUntilFailure",
name: "removeProxy",
outputs: [],

@@ -119,0 +147,0 @@ stateMutability: "nonpayable",

"use strict";
// Document: https://docs.moonbeam.network/builders/interoperability/xcm/xcm-transactor/#xcmtransactor-precompile
// Document: https://docs.moonbeam.network/builders/interoperability/xcm/remote-execution/substrate-calls/xcm-transactor-precompile/
// https://moonriver.moonscan.io/address/0x000000000000000000000000000000000000080D#code

@@ -4,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

"use strict";
// Documentation: https://docs.moonbeam.network/builders/interoperability/xcm/remote-execution/substrate-calls/xcm-transactor-precompile/
// Documentation: https://docs.moonbeam.network/builders/interoperability/xcm/xc20/send-xc20s/xtokens-precompile/
// https://moonriver.moonscan.io/address/0x0000000000000000000000000000000000000804#code

@@ -4,0 +4,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

{
"name": "@oak-network/config",
"version": "1.0.5",
"version": "1.0.6",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "./index.js",

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