Skip to content

Commit

Permalink
Merge pull request #2 from keyper-labs/feature/update-contracts
Browse files Browse the repository at this point in the history
chore: update contracts addresses
  • Loading branch information
zach88 authored Nov 7, 2024
2 parents 5c76ceb + f2b4838 commit f02fb91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@keyper-labs/palmera-module-sdk",
"version": "0.2.11",
"version": "0.2.12",
"description": "Palmera module sdk",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/deployments/v1/palmeraGuardNonDeterministic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"contractName": "PalmeraGuard",
"version": "1.0.0",
"networkAddress": {
"137": "0x89a3cF2aAF938874856Ef8494Eb19DAa8a828894",
"137": "0xCD9a2dE88268Bf6B731fCA8735D66cF119F1DB04",
"8453": "0xCD9a2dE88268Bf6B731fCA8735D66cF119F1DB04",
"11155111": "0xDC3b09F050e6e589DAF11Fb949DBA4Af3d2089B6"
"11155111": "0xCD9a2dE88268Bf6B731fCA8735D66cF119F1DB04"
}
}
2 changes: 1 addition & 1 deletion src/deployments/v1/palmeraModule.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.0",
"deployments": {
"canonical": {
"address": "0x3E5c63644E683549055b9Be8653de26E0B4CD36E",
"address": "0xC51573e1989Fa2A4a08913cC25eCcBe747F28B7c",
"codeHash": "0x21842597390c4c6e3c1239e434a682b054bd9548eee5e9b1d6a4482731023c0f"
},
"eip155": {
Expand Down
4 changes: 2 additions & 2 deletions src/deployments/v1/palmeraModuleNonDeterministic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"contractName": "PalmeraModule",
"version": "1.0.0",
"networkAddress": {
"137": "0x885393b420c8d213ca4756F0fe1E065c051AAcf9",
"137": "0xC51573e1989Fa2A4a08913cC25eCcBe747F28B7c",
"8453": "0xC51573e1989Fa2A4a08913cC25eCcBe747F28B7c",
"11155111": "0x9380FB80c19C13a654a101C3200e7CA93C8357c3"
"11155111": "0xC51573e1989Fa2A4a08913cC25eCcBe747F28B7c"
}
}

0 comments on commit f02fb91

Please sign in to comment.