Skip to content

Commit

Permalink
feat: ink avax connect
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Dec 16, 2024
1 parent 1f525d8 commit 039d315
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions deployments/prod_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -4644,6 +4644,18 @@
"switchboard": "0x525a6489a1df5fF1ae077fAf628E43b7F52298eF"
}
},
"57073": {
"FAST": {
"capacitor": "0xb80dE717bE3C168120166680D1cf062F9Ee3B850",
"decapacitor": "0xC7c8A03F5dc8e41391752344404C11355B01581B",
"switchboard": "0x657e72B305Dc1c41e98d9efC2350EC10e3c83E21"
},
"OPTIMISTIC": {
"capacitor": "0x92B0d286703fc0e608DF32D98A1F7e7ECa2581a0",
"decapacitor": "0x6F1fC2eD93db9Ed56AC8b997f1BE9B51B2910995",
"switchboard": "0x525a6489a1df5fF1ae077fAf628E43b7F52298eF"
}
},
"59144": {
"FAST": {
"capacitor": "0x71Ccb994347eB1a34f3148b59f4465BB9c94a160",
Expand Down Expand Up @@ -4894,6 +4906,18 @@
"switchboard": "0x0CC93650bF4D98237628DACf87f94E443956D8dF"
}
},
"43114": {
"FAST": {
"capacitor": "0xa41C5493e7e433CE6c3348d3b2cd6F0a41B7989F",
"decapacitor": "0x2E2Af879435D6f9F7d6b129FDA8a8Ed4e53AE9Ff",
"switchboard": "0xb4Ef469c9d8317851270346070dA0ecE24616E6b"
},
"OPTIMISTIC": {
"capacitor": "0x82c25eEAFd9E4628Ae596C592E5A2101E1B95eBE",
"decapacitor": "0xF63518C49693dFB5cdcB988C6640070E13F7fD25",
"switchboard": "0x0CC93650bF4D98237628DACf87f94E443956D8dF"
}
},
"59144": {
"FAST": {
"capacitor": "0x938DbeA077a5deB6a7680EBdCC85bB4bA216Cb52",
Expand Down
2 changes: 1 addition & 1 deletion scripts/rpcConfig/constants/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import { DeploymentMode } from "../../../src";

export const version = {
[DeploymentMode.DEV]: "1.0.5",
[DeploymentMode.PROD]: "1.0.73",
[DeploymentMode.PROD]: "1.0.74",
};

0 comments on commit 039d315

Please sign in to comment.