Skip to content

Commit

Permalink
chore: partially deploy deposit service in stagenet (#337)
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
kane-armstrong and milapsheth authored Aug 15, 2024
1 parent ecc8244 commit 2b8ff97
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions axelar-chains-config/info/stagenet.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"AxelarDepositService": {
"wrappedSymbol": "WAVAX"
"wrappedSymbol": "WAVAX",
"refundIssuer": "0x2517bA7a3E2cef54c1CD8618e7B0B661A7623817",
"salt": "AxelarDepositService",
"address": "0x405407133E2783aEb56F2cA9d8e6025465De0B9f",
"implementation": "0x523ee715a997bd471BfbE1B66acCF0d47D1fD812",
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"ConstAddressDeployer": {
"address": "0x98B2920D53612483F91F12Ed7754E51b4A77919e"
Expand Down Expand Up @@ -132,7 +137,12 @@
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"AxelarDepositService": {
"wrappedSymbol": "WFTM"
"wrappedSymbol": "WFTM",
"refundIssuer": "0x2517bA7a3E2cef54c1CD8618e7B0B661A7623817",
"salt": "AxelarDepositService",
"address": "0x405407133E2783aEb56F2cA9d8e6025465De0B9f",
"implementation": "0x523ee715a997bd471BfbE1B66acCF0d47D1fD812",
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"ConstAddressDeployer": {
"address": "0x98B2920D53612483F91F12Ed7754E51b4A77919e"
Expand Down Expand Up @@ -235,7 +245,12 @@
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"AxelarDepositService": {
"wrappedSymbol": "WDEV"
"wrappedSymbol": "WDEV",
"refundIssuer": "0x2517bA7a3E2cef54c1CD8618e7B0B661A7623817",
"salt": "AxelarDepositService",
"address": "0x405407133E2783aEb56F2cA9d8e6025465De0B9f",
"implementation": "0x20fee12E3d138b783aa9238467BDFDDECA407EF9",
"deployer": "0xBeF25f4733b9d451072416360609e5A4c115293E"
},
"ConstAddressDeployer": {
"address": "0x98B2920D53612483F91F12Ed7754E51b4A77919e"
Expand Down

0 comments on commit 2b8ff97

Please sign in to comment.