Skip to content

Commit

Permalink
feat: arb sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
arthcp committed Oct 31, 2023
1 parent 25cee96 commit 3a6cec3
Show file tree
Hide file tree
Showing 7 changed files with 89 additions and 156 deletions.
74 changes: 37 additions & 37 deletions chainConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,43 +17,43 @@ export type ChainConfig = {
};

export const chainConfig: { [chain: string]: ChainConfig } = {
"31337": {
chainSlug: 31337,
chainName: "hardhat",
timeout: 7200,
rpc: "http://127.0.0.1:8545/",
transmitterAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
executorAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
watcherAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
feeUpdaterAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
ownerAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
msgValueMaxThreshold: 10000000000000000,
overrides: {
type: 1,
"31337": {
chainSlug: 31337,
chainName: "hardhat",
timeout: 7200,
rpc: "http://127.0.0.1:8545/",
transmitterAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
executorAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
watcherAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
feeUpdaterAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
ownerAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
msgValueMaxThreshold: 10000000000000000,
overrides: {
type: 1,
gasLimit: 20000000,
gasPrice: 1000000000000,
},
},
"421614": {
chainSlug: 421614,
chainName: "arbitrum_sepolia",
timeout: 7200,
rpc: "https://broken-tame-morning.arbitrum-sepolia.quiknode.pro/317a841dd4460bed62d6b16b6b6e9c4fe0f77e39/",
transmitterAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
executorAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
watcherAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
feeUpdaterAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
ownerAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
},
"647": {
chainSlug: 647,
chainName: "sxn_testnet",
timeout: 7200,
rpc: "https://rpc.toronto.sx.technology/",
transmitterAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
executorAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
watcherAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
feeUpdaterAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
ownerAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
},
},
},
"421614": {
chainSlug: 421614,
chainName: "arbitrum_sepolia",
timeout: 7200,
rpc: "https://broken-tame-morning.arbitrum-sepolia.quiknode.pro/317a841dd4460bed62d6b16b6b6e9c4fe0f77e39/",
transmitterAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
executorAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
watcherAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
feeUpdaterAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
ownerAddress: "0xC0641472b9b12c6FE7369bd83e991a716F6E8faB",
},
"647": {
chainSlug: 647,
chainName: "sxn_testnet",
timeout: 7200,
rpc: "https://rpc.toronto.sx.technology/",
transmitterAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
executorAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
watcherAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
feeUpdaterAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
ownerAddress: "0xdE7f7a699F8504641eceF544B0fbc0740C37E69B",
},
};
7 changes: 7 additions & 0 deletions deployments/dev_addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@
"switchboard": "0x7E7735e77574228C4F55d4B2F96Fe586dF10104e"
}
},
"421614": {
"FAST2": {
"capacitor": "0xbaca184513985B8556F71A1BBE4780e8d56919F2",
"decapacitor": "0xA972BDb36ed45Ab415e82E715c94b32b5cdb56Fe",
"switchboard": "0x7E7735e77574228C4F55d4B2F96Fe586dF10104e"
}
},
"11155111": {
"FAST": {
"capacitor": "0xe78Cd3CEb8873fA9D6C567a8b2283A26e665a7f3",
Expand Down
Loading

0 comments on commit 3a6cec3

Please sign in to comment.