@0xsequence/abi
Advanced tools
Comparing version 0.13.0 to 0.14.0
# @0xsequence/abi | ||
## 0.14.0 | ||
### Minor Changes | ||
- update sequence utils finder which includes optimization | ||
## 0.13.0 | ||
@@ -4,0 +10,0 @@ |
@@ -391,2 +391,30 @@ 'use strict'; | ||
}], | ||
name: "knownImageHashes", | ||
outputs: [{ | ||
internalType: "bytes32", | ||
name: "", | ||
type: "bytes32" | ||
}], | ||
stateMutability: "view", | ||
type: "function" | ||
}, { | ||
inputs: [{ | ||
internalType: "bytes32", | ||
name: "", | ||
type: "bytes32" | ||
}], | ||
name: "lastImageHashUpdate", | ||
outputs: [{ | ||
internalType: "uint256", | ||
name: "", | ||
type: "uint256" | ||
}], | ||
stateMutability: "view", | ||
type: "function" | ||
}, { | ||
inputs: [{ | ||
internalType: "address", | ||
name: "", | ||
type: "address" | ||
}], | ||
name: "lastSignerUpdate", | ||
@@ -393,0 +421,0 @@ outputs: [{ |
@@ -391,2 +391,30 @@ 'use strict'; | ||
}], | ||
name: "knownImageHashes", | ||
outputs: [{ | ||
internalType: "bytes32", | ||
name: "", | ||
type: "bytes32" | ||
}], | ||
stateMutability: "view", | ||
type: "function" | ||
}, { | ||
inputs: [{ | ||
internalType: "bytes32", | ||
name: "", | ||
type: "bytes32" | ||
}], | ||
name: "lastImageHashUpdate", | ||
outputs: [{ | ||
internalType: "uint256", | ||
name: "", | ||
type: "uint256" | ||
}], | ||
stateMutability: "view", | ||
type: "function" | ||
}, { | ||
inputs: [{ | ||
internalType: "address", | ||
name: "", | ||
type: "address" | ||
}], | ||
name: "lastSignerUpdate", | ||
@@ -393,0 +421,0 @@ outputs: [{ |
@@ -387,2 +387,30 @@ const abi$4 = [{ | ||
}], | ||
name: "knownImageHashes", | ||
outputs: [{ | ||
internalType: "bytes32", | ||
name: "", | ||
type: "bytes32" | ||
}], | ||
stateMutability: "view", | ||
type: "function" | ||
}, { | ||
inputs: [{ | ||
internalType: "bytes32", | ||
name: "", | ||
type: "bytes32" | ||
}], | ||
name: "lastImageHashUpdate", | ||
outputs: [{ | ||
internalType: "uint256", | ||
name: "", | ||
type: "uint256" | ||
}], | ||
stateMutability: "view", | ||
type: "function" | ||
}, { | ||
inputs: [{ | ||
internalType: "address", | ||
name: "", | ||
type: "address" | ||
}], | ||
name: "lastSignerUpdate", | ||
@@ -389,0 +417,0 @@ outputs: [{ |
{ | ||
"name": "@0xsequence/abi", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "abi sub-package for Sequence", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/abi", |
@@ -288,2 +288,40 @@ export const abi = [ | ||
], | ||
name: "knownImageHashes", | ||
outputs: [ | ||
{ | ||
internalType: "bytes32", | ||
name: "", | ||
type: "bytes32" | ||
} | ||
], | ||
stateMutability: "view", | ||
type: "function" | ||
}, | ||
{ | ||
inputs: [ | ||
{ | ||
internalType: "bytes32", | ||
name: "", | ||
type: "bytes32" | ||
} | ||
], | ||
name: "lastImageHashUpdate", | ||
outputs: [ | ||
{ | ||
internalType: "uint256", | ||
name: "", | ||
type: "uint256" | ||
} | ||
], | ||
stateMutability: "view", | ||
type: "function" | ||
}, | ||
{ | ||
inputs: [ | ||
{ | ||
internalType: "address", | ||
name: "", | ||
type: "address" | ||
} | ||
], | ||
name: "lastSignerUpdate", | ||
@@ -290,0 +328,0 @@ outputs: [ |
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
50590
2619