-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update taiko rpc, reduce to single .env file, update packages …
…and abis (#27)
- Loading branch information
Showing
12 changed files
with
1,395 additions
and
1,462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,117 +1,117 @@ | ||
export const signalServiceABI = [ | ||
{ inputs: [], name: "B_NULL_APP_ADDR", type: "error" }, | ||
{ inputs: [], name: "B_WRONG_CHAIN_ID", type: "error" }, | ||
{ inputs: [], name: "B_ZERO_SIGNAL", type: "error" }, | ||
{ inputs: [], name: "RESOLVER_DENIED", type: "error" }, | ||
{ inputs: [], name: "RESOLVER_INVALID_ADDR", type: "error" }, | ||
{ | ||
type: "function", | ||
stateMutability: "view", | ||
outputs: [{ type: "address", name: "", internalType: "address" }], | ||
name: "addressManager", | ||
inputs: [], | ||
anonymous: false, | ||
inputs: [{ indexed: false, internalType: "uint8", name: "version", type: "uint8" }], | ||
name: "Initialized", | ||
type: "event", | ||
}, | ||
{ | ||
type: "function", | ||
stateMutability: "pure", | ||
outputs: [{ type: "bytes32", name: "", internalType: "bytes32" }], | ||
name: "getSignalSlot", | ||
anonymous: false, | ||
inputs: [ | ||
{ type: "address", name: "app", internalType: "address" }, | ||
{ type: "bytes32", name: "signal", internalType: "bytes32" }, | ||
{ indexed: true, internalType: "address", name: "previousOwner", type: "address" }, | ||
{ indexed: true, internalType: "address", name: "newOwner", type: "address" }, | ||
], | ||
name: "OwnershipTransferred", | ||
type: "event", | ||
}, | ||
{ | ||
inputs: [], | ||
name: "addressManager", | ||
outputs: [{ internalType: "address", name: "", type: "address" }], | ||
stateMutability: "view", | ||
type: "function", | ||
stateMutability: "nonpayable", | ||
outputs: [], | ||
name: "init", | ||
inputs: [{ type: "address", name: "_addressManager", internalType: "address" }], | ||
}, | ||
{ | ||
type: "function", | ||
stateMutability: "view", | ||
outputs: [{ type: "bool", name: "", internalType: "bool" }], | ||
name: "isSignalReceived", | ||
inputs: [ | ||
{ type: "uint256", name: "srcChainId", internalType: "uint256" }, | ||
{ type: "address", name: "app", internalType: "address" }, | ||
{ type: "bytes32", name: "signal", internalType: "bytes32" }, | ||
{ type: "bytes", name: "proof", internalType: "bytes" }, | ||
{ internalType: "address", name: "app", type: "address" }, | ||
{ internalType: "bytes32", name: "signal", type: "bytes32" }, | ||
], | ||
name: "getSignalSlot", | ||
outputs: [{ internalType: "bytes32", name: "signalSlot", type: "bytes32" }], | ||
stateMutability: "pure", | ||
type: "function", | ||
}, | ||
{ | ||
inputs: [{ internalType: "address", name: "_addressManager", type: "address" }], | ||
name: "init", | ||
outputs: [], | ||
stateMutability: "nonpayable", | ||
type: "function", | ||
stateMutability: "view", | ||
outputs: [{ type: "bool", name: "", internalType: "bool" }], | ||
name: "isSignalSent", | ||
}, | ||
{ | ||
inputs: [ | ||
{ type: "address", name: "app", internalType: "address" }, | ||
{ type: "bytes32", name: "signal", internalType: "bytes32" }, | ||
{ internalType: "uint256", name: "srcChainId", type: "uint256" }, | ||
{ internalType: "address", name: "app", type: "address" }, | ||
{ internalType: "bytes32", name: "signal", type: "bytes32" }, | ||
{ internalType: "bytes", name: "proof", type: "bytes" }, | ||
], | ||
name: "isSignalReceived", | ||
outputs: [{ internalType: "bool", name: "", type: "bool" }], | ||
stateMutability: "view", | ||
type: "function", | ||
}, | ||
{ | ||
type: "function", | ||
inputs: [ | ||
{ internalType: "address", name: "app", type: "address" }, | ||
{ internalType: "bytes32", name: "signal", type: "bytes32" }, | ||
], | ||
name: "isSignalSent", | ||
outputs: [{ internalType: "bool", name: "", type: "bool" }], | ||
stateMutability: "view", | ||
outputs: [{ type: "address", name: "", internalType: "address" }], | ||
name: "owner", | ||
inputs: [], | ||
type: "function", | ||
}, | ||
{ | ||
type: "function", | ||
stateMutability: "nonpayable", | ||
outputs: [], | ||
name: "renounceOwnership", | ||
inputs: [], | ||
name: "owner", | ||
outputs: [{ internalType: "address", name: "", type: "address" }], | ||
stateMutability: "view", | ||
type: "function", | ||
}, | ||
{ | ||
inputs: [], | ||
name: "renounceOwnership", | ||
outputs: [], | ||
stateMutability: "nonpayable", | ||
type: "function", | ||
stateMutability: "view", | ||
outputs: [{ type: "address", name: "", internalType: "address payable" }], | ||
name: "resolve", | ||
inputs: [ | ||
{ type: "string", name: "name", internalType: "string" }, | ||
{ type: "bool", name: "allowZeroAddress", internalType: "bool" }, | ||
], | ||
}, | ||
{ | ||
type: "function", | ||
stateMutability: "view", | ||
outputs: [{ type: "address", name: "", internalType: "address payable" }], | ||
name: "resolve", | ||
inputs: [ | ||
{ type: "uint256", name: "chainId", internalType: "uint256" }, | ||
{ type: "string", name: "name", internalType: "string" }, | ||
{ type: "bool", name: "allowZeroAddress", internalType: "bool" }, | ||
{ internalType: "string", name: "name", type: "string" }, | ||
{ internalType: "bool", name: "allowZeroAddress", type: "bool" }, | ||
], | ||
}, | ||
{ | ||
name: "resolve", | ||
outputs: [{ internalType: "address payable", name: "", type: "address" }], | ||
stateMutability: "view", | ||
type: "function", | ||
stateMutability: "nonpayable", | ||
outputs: [{ type: "bytes32", name: "storageSlot", internalType: "bytes32" }], | ||
name: "sendSignal", | ||
inputs: [{ type: "bytes32", name: "signal", internalType: "bytes32" }], | ||
}, | ||
{ | ||
inputs: [ | ||
{ internalType: "uint256", name: "chainId", type: "uint256" }, | ||
{ internalType: "string", name: "name", type: "string" }, | ||
{ internalType: "bool", name: "allowZeroAddress", type: "bool" }, | ||
], | ||
name: "resolve", | ||
outputs: [{ internalType: "address payable", name: "", type: "address" }], | ||
stateMutability: "view", | ||
type: "function", | ||
stateMutability: "nonpayable", | ||
outputs: [], | ||
name: "transferOwnership", | ||
inputs: [{ type: "address", name: "newOwner", internalType: "address" }], | ||
}, | ||
{ | ||
type: "event", | ||
name: "Initialized", | ||
inputs: [{ type: "uint8", name: "version", indexed: false }], | ||
anonymous: false, | ||
inputs: [{ internalType: "bytes32", name: "signal", type: "bytes32" }], | ||
name: "sendSignal", | ||
outputs: [{ internalType: "bytes32", name: "storageSlot", type: "bytes32" }], | ||
stateMutability: "nonpayable", | ||
type: "function", | ||
}, | ||
{ | ||
type: "event", | ||
name: "OwnershipTransferred", | ||
inputs: [ | ||
{ type: "address", name: "previousOwner", indexed: true }, | ||
{ type: "address", name: "newOwner", indexed: true }, | ||
], | ||
anonymous: false, | ||
inputs: [{ internalType: "address", name: "newOwner", type: "address" }], | ||
name: "transferOwnership", | ||
outputs: [], | ||
stateMutability: "nonpayable", | ||
type: "function", | ||
}, | ||
{ type: "error", name: "B_NULL_APP_ADDR", inputs: [] }, | ||
{ type: "error", name: "B_WRONG_CHAIN_ID", inputs: [] }, | ||
{ type: "error", name: "B_ZERO_SIGNAL", inputs: [] }, | ||
{ type: "error", name: "RESOLVER_DENIED", inputs: [] }, | ||
{ type: "error", name: "RESOLVER_INVALID_ADDR", inputs: [] }, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
3be1712
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
dapp-slaps – ./
dapp-slaps.vercel.app
dapp-slaps-d1onys1us.vercel.app
dapp-slaps-git-main-d1onys1us.vercel.app