@oak-network/config
Advanced tools
Comparing version 1.0.9 to 1.0.10
@@ -1,2 +0,2 @@ | ||
declare const address = "0x000000000000000000000000000000000000080d"; | ||
declare const address = "0x0000000000000000000000000000000000000817"; | ||
declare const abi: ({ | ||
@@ -36,2 +36,26 @@ inputs: { | ||
} | { | ||
inputs: { | ||
components: { | ||
internalType: string; | ||
name: string; | ||
type: string; | ||
}[]; | ||
internalType: string; | ||
name: string; | ||
type: string; | ||
}[]; | ||
name: string; | ||
outputs: { | ||
components: { | ||
internalType: string; | ||
name: string; | ||
type: string; | ||
}[]; | ||
internalType: string; | ||
name: string; | ||
type: string; | ||
}[]; | ||
stateMutability: string; | ||
type: string; | ||
} | { | ||
inputs: ({ | ||
@@ -38,0 +62,0 @@ internalType: string; |
"use strict"; | ||
// Document: https://docs.moonbeam.network/builders/interoperability/xcm/remote-execution/substrate-calls/xcm-transactor-precompile/ | ||
// https://moonriver.moonscan.io/address/0x000000000000000000000000000000000000080D#code | ||
// https://docs.moonbeam.network/builders/interoperability/xcm/remote-execution/substrate-calls/xcm-transactor-precompile/ | ||
// https://moonriver.moonscan.io/address/0x0000000000000000000000000000000000000817#code | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.abi = exports.address = void 0; | ||
const address = "0x000000000000000000000000000000000000080d"; | ||
const address = "0x0000000000000000000000000000000000000817"; | ||
exports.address = address; | ||
@@ -53,3 +53,3 @@ const abi = [ | ||
], | ||
internalType: "struct XcmTransactorV2.Multilocation", | ||
internalType: "struct XcmTransactorV3.Multilocation", | ||
name: "multilocation", | ||
@@ -104,3 +104,3 @@ type: "tuple", | ||
], | ||
internalType: "struct XcmTransactorV2.Multilocation", | ||
internalType: "struct XcmTransactorV3.Multilocation", | ||
name: "multilocation", | ||
@@ -113,15 +113,51 @@ type: "tuple", | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "transactExtraWeight", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "transactExtraWeightSigned", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "maxWeight", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
@@ -150,5 +186,17 @@ ], | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "transactRequiredWeightAtMost", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
@@ -166,6 +214,23 @@ { | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "overallWeight", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
{ | ||
internalType: "bool", | ||
name: "refund", | ||
type: "bool", | ||
}, | ||
], | ||
@@ -202,3 +267,3 @@ name: "transactThroughDerivative", | ||
], | ||
internalType: "struct XcmTransactorV2.Multilocation", | ||
internalType: "struct XcmTransactorV3.Multilocation", | ||
name: "feeAsset", | ||
@@ -208,5 +273,17 @@ type: "tuple", | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "transactRequiredWeightAtMost", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
@@ -224,6 +301,23 @@ { | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "overallWeight", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
{ | ||
internalType: "bool", | ||
name: "refund", | ||
type: "bool", | ||
}, | ||
], | ||
@@ -250,3 +344,3 @@ name: "transactThroughDerivativeMultilocation", | ||
], | ||
internalType: "struct XcmTransactorV2.Multilocation", | ||
internalType: "struct XcmTransactorV3.Multilocation", | ||
name: "dest", | ||
@@ -261,5 +355,17 @@ type: "tuple", | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "transactRequiredWeightAtMost", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
@@ -277,6 +383,23 @@ { | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "overallWeight", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
{ | ||
internalType: "bool", | ||
name: "refund", | ||
type: "bool", | ||
}, | ||
], | ||
@@ -303,3 +426,3 @@ name: "transactThroughSigned", | ||
], | ||
internalType: "struct XcmTransactorV2.Multilocation", | ||
internalType: "struct XcmTransactorV3.Multilocation", | ||
name: "dest", | ||
@@ -321,3 +444,3 @@ type: "tuple", | ||
], | ||
internalType: "struct XcmTransactorV2.Multilocation", | ||
internalType: "struct XcmTransactorV3.Multilocation", | ||
name: "feeLocation", | ||
@@ -327,5 +450,17 @@ type: "tuple", | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "transactRequiredWeightAtMost", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
@@ -343,6 +478,23 @@ { | ||
{ | ||
internalType: "uint64", | ||
components: [ | ||
{ | ||
internalType: "uint64", | ||
name: "refTime", | ||
type: "uint64", | ||
}, | ||
{ | ||
internalType: "uint64", | ||
name: "proofSize", | ||
type: "uint64", | ||
}, | ||
], | ||
internalType: "struct XcmTransactorV3.Weight", | ||
name: "overallWeight", | ||
type: "uint64", | ||
type: "tuple", | ||
}, | ||
{ | ||
internalType: "bool", | ||
name: "refund", | ||
type: "bool", | ||
}, | ||
], | ||
@@ -349,0 +501,0 @@ name: "transactThroughSignedMultilocation", |
{ | ||
"name": "@oak-network/config", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127558
2818