Skip to content

Commit

Permalink
Update SDK consts
Browse files Browse the repository at this point in the history
  • Loading branch information
yorhodes committed Dec 18, 2023
1 parent df1a039 commit 85b0106
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions typescript/sdk/src/consts/chainMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1054,6 +1054,7 @@ export const viction: ChainMetadata = {
*/
export const chainMetadata: ChainMap<ChainMetadata> = {
alfajores,
ancient8testnet,
arbitrum,
arbitrumgoerli,
avalanche,
Expand Down
16 changes: 16 additions & 0 deletions typescript/sdk/src/consts/environments/testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,21 @@
"mailbox": "0x2d1889fe5B092CD988972261434F7E5f26041115",
"validatorAnnounce": "0x99303EFF09332cDd93E8BC8b2F07b2416e4501e5",
"fallbackRoutingHook": "0x31191BA83143b4745745389fEe64990c65F36829"
},
"ancient8testnet": {
"merkleRootMultisigIsmFactory": "0x6E7b29CB2A7617405B4d30C6f84bBD51b4Bb4be8",
"messageIdMultisigIsmFactory": "0xfc6e546510dC9d76057F1f76633FCFfC188CB213",
"aggregationIsmFactory": "0x275aCcCa81cAD931dC6fB6E49ED233Bc99Bed4A7",
"aggregationHookFactory": "0xeb6f11189197223c656807a83B0DD374f9A6dF44",
"routingIsmFactory": "0x16B710b86CAd07E6F1C531861a16F5feC29dba37",
"mailbox": "0x6966b0E55883d49BFB24539356a2f8A673E02039",
"proxyAdmin": "0x44b764045BfDC68517e10e783E69B376cef196B2",
"validatorAnnounce": "0xD0680F80F4f947968206806C2598Cbc5b6FE5b03",
"interchainSecurityModule": "0x4ac19e0bafc2aF6B98094F0a1B817dF196551219",
"merkleTreeHook": "0x3707bc8C7342aA6f693bCe1Bd7671Fca146F7F0A",
"fallbackRoutingHook": "0x863E8c26621c52ACa1849C53500606e73BA272F0",
"storageGasOracle": "0x6b1bb4ce664Bb4164AEB4d3D2E7DE7450DD8084C",
"interchainGasPaymaster": "0x86fb9F1c124fB20ff130C41a79a432F770f67AFD",
"protocolFee": "0x267B6B6eAf6790faE5D5E9070F28a9cE64CbF279"
}
}
5 changes: 5 additions & 0 deletions typescript/sdk/src/consts/multisigIsm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export const defaultMultisigConfigs: ChainMap<MultisigConfig> = {
],
},

ancient8testnet: {
threshold: 1,
validators: [''],
},

arbitrum: {
threshold: 3,
validators: [
Expand Down

0 comments on commit 85b0106

Please sign in to comment.