Skip to content

Commit c7d57d3

Browse files
committed
feat(lit-client,contracts): add getDerivedKeyId utils
1 parent 458d189 commit c7d57d3

File tree

30 files changed

+614
-20
lines changed

30 files changed

+614
-20
lines changed

packages/contracts/dist/dev/develop.cjs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15431,11 +15431,6 @@ module.exports = {
1543115431
"name": "CallerNotOwner",
1543215432
"type": "error"
1543315433
},
15434-
{
15435-
"inputs": [],
15436-
"name": "MustBeLessThan100",
15437-
"type": "error"
15438-
},
1543915434
{
1544015435
"inputs": [],
1544115436
"name": "MustBeNonzero",

packages/contracts/dist/dev/develop.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15429,11 +15429,6 @@ export const develop = {
1542915429
"name": "CallerNotOwner",
1543015430
"type": "error"
1543115431
},
15432-
{
15433-
"inputs": [],
15434-
"name": "MustBeLessThan100",
15435-
"type": "error"
15436-
},
1543715432
{
1543815433
"inputs": [],
1543915434
"name": "MustBeNonzero",

packages/contracts/dist/dev/develop.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15429,11 +15429,6 @@
1542915429
"name": "CallerNotOwner",
1543015430
"type": "error"
1543115431
},
15432-
{
15433-
"inputs": [],
15434-
"name": "MustBeLessThan100",
15435-
"type": "error"
15436-
},
1543715432
{
1543815433
"inputs": [],
1543915434
"name": "MustBeNonzero",

packages/contracts/dist/dev/develop.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15429,11 +15429,6 @@ export const develop = {
1542915429
"name": "CallerNotOwner",
1543015430
"type": "error"
1543115431
},
15432-
{
15433-
"inputs": [],
15434-
"name": "MustBeLessThan100",
15435-
"type": "error"
15436-
},
1543715432
{
1543815433
"inputs": [],
1543915434
"name": "MustBeNonzero",

packages/contracts/dist/signatures/datil-dev.cjs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,30 @@ const signatures = {
673673
"stateMutability": "view",
674674
"type": "function"
675675
},
676+
"getDerivedPubkey": {
677+
"inputs": [
678+
{
679+
"internalType": "address",
680+
"name": "stakingContract",
681+
"type": "address"
682+
},
683+
{
684+
"internalType": "bytes32",
685+
"name": "derivedKeyId",
686+
"type": "bytes32"
687+
}
688+
],
689+
"name": "getDerivedPubkey",
690+
"outputs": [
691+
{
692+
"internalType": "bytes",
693+
"name": "",
694+
"type": "bytes"
695+
}
696+
],
697+
"stateMutability": "view",
698+
"type": "function"
699+
},
676700
"getEthAddress": {
677701
"inputs": [
678702
{

packages/contracts/dist/signatures/datil-dev.d.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,30 @@ export const signatures = {
673673
"stateMutability": "view",
674674
"type": "function"
675675
},
676+
"getDerivedPubkey": {
677+
"inputs": [
678+
{
679+
"internalType": "address",
680+
"name": "stakingContract",
681+
"type": "address"
682+
},
683+
{
684+
"internalType": "bytes32",
685+
"name": "derivedKeyId",
686+
"type": "bytes32"
687+
}
688+
],
689+
"name": "getDerivedPubkey",
690+
"outputs": [
691+
{
692+
"internalType": "bytes",
693+
"name": "",
694+
"type": "bytes"
695+
}
696+
],
697+
"stateMutability": "view",
698+
"type": "function"
699+
},
676700
"getEthAddress": {
677701
"inputs": [
678702
{

packages/contracts/dist/signatures/datil-dev.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,30 @@ export const signatures = {
673673
"stateMutability": "view",
674674
"type": "function"
675675
},
676+
"getDerivedPubkey": {
677+
"inputs": [
678+
{
679+
"internalType": "address",
680+
"name": "stakingContract",
681+
"type": "address"
682+
},
683+
{
684+
"internalType": "bytes32",
685+
"name": "derivedKeyId",
686+
"type": "bytes32"
687+
}
688+
],
689+
"name": "getDerivedPubkey",
690+
"outputs": [
691+
{
692+
"internalType": "bytes",
693+
"name": "",
694+
"type": "bytes"
695+
}
696+
],
697+
"stateMutability": "view",
698+
"type": "function"
699+
},
676700
"getEthAddress": {
677701
"inputs": [
678702
{

packages/contracts/dist/signatures/datil-test.cjs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,30 @@ const signatures = {
673673
"stateMutability": "view",
674674
"type": "function"
675675
},
676+
"getDerivedPubkey": {
677+
"inputs": [
678+
{
679+
"internalType": "address",
680+
"name": "stakingContract",
681+
"type": "address"
682+
},
683+
{
684+
"internalType": "bytes32",
685+
"name": "derivedKeyId",
686+
"type": "bytes32"
687+
}
688+
],
689+
"name": "getDerivedPubkey",
690+
"outputs": [
691+
{
692+
"internalType": "bytes",
693+
"name": "",
694+
"type": "bytes"
695+
}
696+
],
697+
"stateMutability": "view",
698+
"type": "function"
699+
},
676700
"getEthAddress": {
677701
"inputs": [
678702
{

packages/contracts/dist/signatures/datil-test.d.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,30 @@ export const signatures = {
673673
"stateMutability": "view",
674674
"type": "function"
675675
},
676+
"getDerivedPubkey": {
677+
"inputs": [
678+
{
679+
"internalType": "address",
680+
"name": "stakingContract",
681+
"type": "address"
682+
},
683+
{
684+
"internalType": "bytes32",
685+
"name": "derivedKeyId",
686+
"type": "bytes32"
687+
}
688+
],
689+
"name": "getDerivedPubkey",
690+
"outputs": [
691+
{
692+
"internalType": "bytes",
693+
"name": "",
694+
"type": "bytes"
695+
}
696+
],
697+
"stateMutability": "view",
698+
"type": "function"
699+
},
676700
"getEthAddress": {
677701
"inputs": [
678702
{

packages/contracts/dist/signatures/datil-test.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,30 @@ export const signatures = {
673673
"stateMutability": "view",
674674
"type": "function"
675675
},
676+
"getDerivedPubkey": {
677+
"inputs": [
678+
{
679+
"internalType": "address",
680+
"name": "stakingContract",
681+
"type": "address"
682+
},
683+
{
684+
"internalType": "bytes32",
685+
"name": "derivedKeyId",
686+
"type": "bytes32"
687+
}
688+
],
689+
"name": "getDerivedPubkey",
690+
"outputs": [
691+
{
692+
"internalType": "bytes",
693+
"name": "",
694+
"type": "bytes"
695+
}
696+
],
697+
"stateMutability": "view",
698+
"type": "function"
699+
},
676700
"getEthAddress": {
677701
"inputs": [
678702
{

0 commit comments

Comments
 (0)