Skip to content

Commit

Permalink
Merge pull request #400 from valist-io/tech/oz-defender-2.0
Browse files Browse the repository at this point in the history
[Tech] Upgrade to OpenZeppelin Defender 2.0
  • Loading branch information
awantoch authored Jun 8, 2024
2 parents 56d9804 + 918af59 commit 4c39bad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/valist-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@valist/sdk",
"version": "2.9.6",
"version": "2.9.7",
"description": "Web3-native software distribution.",
"author": "Valist, Inc.",
"maintainers": [
Expand Down
2 changes: 1 addition & 1 deletion packages/valist-sdk/src/metatx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const getForwarderContract = (chainId: number) => {
const getAutotaskURL = (chainId: number) => {
const addressMap: Record<number, string> = {
80001: 'https://api.defender.openzeppelin.com/autotasks/45a953df-acc7-4e75-bc9a-aaf799c58fcf/runs/webhook/c46f91ee-4fb7-43e6-8254-44f996d6a553/Jju58XYcUYbXhdFQwCkjFJ',
137: 'https://api.defender.openzeppelin.com/autotasks/3342ffa2-940e-498c-ba8b-691759c9e716/runs/webhook/c46f91ee-4fb7-43e6-8254-44f996d6a553/Y3cZWv8WcM8YpxzKaKHxKC',
137: 'https://api.defender.openzeppelin.com/actions/a7a907f3-8f7b-4924-a8b3-66d271ed22f6/runs/webhook/c46f91ee-4fb7-43e6-8254-44f996d6a553/8NVQBnqyuHUPamnvnEqhkV',
}
return addressMap[chainId];
};
Expand Down

0 comments on commit 4c39bad

Please sign in to comment.