Skip to content

Commit

Permalink
deploy to Arbitrum-Sepolia (#4780)
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Poettcker <[email protected]>
  • Loading branch information
pumpedlunch authored Aug 29, 2024
1 parent 425b075 commit c1b7ed4
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/common/src/HardhatConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ export function getHardhatConfig(
url: getNodeUrl("arbitrum-rinkeby", true, 421611),
accounts: { mnemonic },
},
"arbitrum-sepolia": {
chainId: 421614,
url: getNodeUrl("arbitrum-sepolia", true, 421614),
accounts: { mnemonic },
},
sx: {
chainId: 416,
url: getNodeUrl("sx", true, 416),
Expand Down Expand Up @@ -299,6 +304,14 @@ export function getHardhatConfig(
browserURL: "https://blastscan.io/",
},
},
{
network: "arbitrum-sepolia",
chainId: 421614,
urls: {
apiURL: "https://api-sepolia.arbiscan.io/api",
browserURL: "https://sepolia.arbiscan.io/",
},
},
],
},
namedAccounts: { deployer: 0 },
Expand Down
1 change: 1 addition & 0 deletions packages/common/src/PublicNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const PublicNetworks: PublicNetworksType = {
84531: { name: "base-goerli", nativeToken: "ETH", etherscan: "https://goerli.basescan.org/" },
421611: { name: "arbitrum-rinkeby", nativeToken: "ETH", etherscan: "https://testnet.arbiscan.io/" },
421613: { name: "arbitrum-goerli", nativeToken: "ETH", etherscan: "https://goerli.arbiscan.io/" },
421614: { name: "arbitrum-sepolia", nativeToken: "ETH", etherscan: "https://sepolia.arbiscan.io/" },
11155111: { name: "sepolia", nativeToken: "ETH", etherscan: "https://sepolia.etherscan.io/" },
168587773: { name: "blast-sepolia", nativeToken: "ETH", etherscan: "https://testnet.blastscan.io" },
};
Expand Down
34 changes: 34 additions & 0 deletions packages/core/networks/421614.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"contractName": "Finder",
"address": "0x4da2fD75dd26A8C8A0a8Db892019651344705836"
},
{
"contractName": "AddressWhitelist",
"address": "0x20e2Bf3422290CbadcE3289aD3f317Ae9E80636D"
},
{
"contractName": "IdentifierWhitelist",
"address": "0xB04926aF663cB52899361B1F6313bcFEa5A58B29"
},
{
"contractName": "MockOracleAncillary",
"address": "0x7E6d9618Ba8a87421609352d6e711958A97e2512"
},
{
"contractName": "Store",
"address": "0x54e38A62ED3dC88e2B80cBA50deB940580511D26"
},
{
"contractName": "TestnetERC20",
"address": "0x689FF0D2c17ECbB01477420aB18482A8DAd45186"
},
{
"contractName": "OptimisticOracleV2",
"address": "0x0F7fC5E6482f096380db6158f978167b57388deE"
},
{
"contractName": "OptimisticOracleV3",
"address": "0x1037A21a30aEfF90c269b01c3933eB9a5285d9b8"
}
]

0 comments on commit c1b7ed4

Please sign in to comment.