Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions _deployments/11155111_current_deployment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"proxyAdminAddress": "0xDBFC2FfB44A5D841aB42b0882711ed6e5A9244b0",
"contracts": {
"L1GatewayRouter": {
"proxyAddress": "0xcE18836b233C83325Cc8848CA4487e94C6288264",
"implAddress": "0xba4F913CEb90ff1a0A8ccf7bd06B807B92B2E34e",
"implDeploymentTxn": "0xfc76c6049cc5cc45dee33ea39c53cecc078cec4805be75d24f11ca1e5bf4fea2",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
},
"L1ERC20Gateway": {
"proxyAddress": "0x902b3E5f8F19571859F4AB1003B960a5dF693aFF",
"implAddress": "0x98431DDc27633f7315Aa2c153233529bb241445a",
"implDeploymentTxn": "0x3992d29147de172635615554ec76354ffdef5f709c43e59df752898e3fbf504a",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
},
"L1CustomGateway": {
"proxyAddress": "0xba2F7B6eAe1F9d174199C5E4867b563E0eaC40F3",
"implAddress": "0x065D10fb680CCEC460051281ed150Ff610ECaAfc",
"implDeploymentTxn": "0x32bf8c2cac0ddd0bcc6e032c63abd29e0a6addda7d149ffc6ea927b30c1a329c",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
},
"L1WethGateway": {
"proxyAddress": "0xA8aD8d7e13cbf556eE75CB0324c13535d8100e1E",
"implAddress": "0x8a3C6102D4435Cd156Ce95d5Dc0cf9df2BAab078",
"implDeploymentTxn": "0xf8af2de122380ce1252f69cf8fe853ef44ef4bfc0ff9825427e1bf591d98d844",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
}
}
}
1 change: 1 addition & 0 deletions _deployments/11155111_queued-updates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
40 changes: 40 additions & 0 deletions _deployments/421614_current_deployment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"proxyAdminAddress": "0x715D99480b77A8d9D603638e593a539E21345FdF",
"contracts": {
"L2GatewayRouter": {
"proxyAddress": "0x9fDD1C4E4AA24EEc1d913FABea925594a20d43C7",
"implAddress": "0x6f1ef246894b6269e2a98c741c36385f61ee1e32",
"implDeploymentTxn": "0x8ca7e1fbfdae7f5069cc61454efee4bb6b70b8e5a3a831ed49deb7fbbcdf5dc7",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
},
"L2ERC20Gateway": {
"proxyAddress": "0x6e244cD02BBB8a6dbd7F626f05B2ef82151Ab502",
"implAddress": "0x391c9b3cb3cae0a653295f42267dab8b0505e760",
"implDeploymentTxn": "0xb90ab1d2f5ddba546747d298c5e2e99635c9ab94cc157baf7e7fa54c8f194e23",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
},
"L2CustomGateway": {
"proxyAddress": "0x8Ca1e1AC0f260BC4dA7Dd60aCA6CA66208E642C5",
"implAddress": "0xa0a8537a683b49ba4bbe23883d984d4684e0acdd",
"implDeploymentTxn": "0xd47badc672d5173a7c66bb2e2c92fcc4c8c98a27dc30e762f10cd0a73e460eee",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
},
"L2WethGateway": {
"proxyAddress": "0xCFB1f08A4852699a979909e22c30263ca249556D",
"implAddress": "0x572c749de059f5cb5659ba5c1b4576b237871af4",
"implDeploymentTxn": "0x59fc99d7a7df30b432948933ba0bf5108b47df2c99d52a1fda4fd9acf46549ad",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
},
"StandardArbERC20": {
"proxyAddress": "0x07ad36d1911da7116f97cbe7c94bc567834c2a09",
"implAddress": "0xdbb3566cd49e221023cff6e710c2e5e50cb8f832",
"implDeploymentTxn": "0xcda2277668a347c1a063af4fcffe18ed3c99337a86f390c18009fd29d1bbf59c",
"implArbitrumCommitHash": "using-sdk-731092406",
"implBuildInfo": ""
}
}
}
1 change: 1 addition & 0 deletions _deployments/421614_queued-updates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
22 changes: 22 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,24 @@ const config = {
? [process.env['DEVNET_PRIVKEY']]
: [],
},
sepolia: {
url: 'https://sepolia.infura.io/v3/' + process.env['INFURA_KEY'],
accounts: process.env['DEVNET_PRIVKEY']
? [process.env['DEVNET_PRIVKEY']]
: [],
},
arbGoerliRollup: {
url: 'https://goerli-rollup.arbitrum.io/rpc',
accounts: process.env['DEVNET_PRIVKEY']
? [process.env['DEVNET_PRIVKEY']]
: [],
},
arbSepoliaRollup: {
url: 'https://sepolia-rollup.arbitrum.io/rpc',
accounts: process.env['DEVNET_PRIVKEY']
? [process.env['DEVNET_PRIVKEY']]
: [],
},
arbitrum: {
url: 'http://127.0.0.1:8547',
gas: 999999999999999,
Expand Down Expand Up @@ -160,10 +172,12 @@ const config = {
kovan: process.env['ETHERSCAN_API_KEY'],
rinkeby: process.env['ETHERSCAN_API_KEY'],
goerli: process.env['ETHERSCAN_API_KEY'],
sepolia: process.env['ETHERSCAN_API_KEY'],
arbitrumOne: process.env['ARBISCAN_API_KEY'],
arbitrumTestnet: process.env['ARBISCAN_API_KEY'],
nova: process.env['NOVA_ARBISCAN_API_KEY'],
arbGoerliRollup: process.env['ARBISCAN_API_KEY'],
arbSepoliaRollup: 'x',
},
customChains: [
{
Expand All @@ -182,6 +196,14 @@ const config = {
browserURL: 'https://goerli.arbiscan.io/',
},
},
{
network: 'arbSepoliaRollup',
chainId: 421614,
urls: {
apiURL: 'https://sepolia-explorer.arbitrum.io/api?module=contract&action=verify',
browserURL: 'https://sepolia-explorer.arbitrum.io/',
},
}
],
},
}
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@arbitrum/token-bridge-contracts",
"version": "1.0.0-beta.0",
"version": "1.0.1-beta.2",
"license": "Apache-2.0",
"scripts": {
"prepublishOnly": "hardhat clean && hardhat compile",
Expand Down Expand Up @@ -31,9 +31,10 @@
"build/contracts"
],
"dependencies": {
"@arbitrum/nitro-contracts": "^1.0.0-beta.8",
"@arbitrum/nitro-contracts": "1.0.0-beta.8",
"@openzeppelin/contracts": "3.4.2",
"@openzeppelin/contracts-upgradeable": "3.4.2"
"@openzeppelin/contracts-upgradeable": "3.4.2",
"hardhat": "2.9.9"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
Expand All @@ -57,7 +58,6 @@
"eslint-plugin-prettier": "^4.0.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.4.5",
"hardhat": "2.9.9",
"hardhat-deploy": "^0.9.1",
"hardhat-gas-reporter": "^1.0.4",
"prettier": "^2.3.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
resolved "https://registry.yarnpkg.com/@aduh95/viz.js/-/viz.js-3.7.0.tgz#a20d86c5fc8f6abebdc39b96a4326e10375d77c0"
integrity sha512-20Pk2Z98fbPLkECcrZSJszKos/OgtvJJR3NcbVfgCJ6EQjDNzW2P1BKqImOz3tJ952dvO2DWEhcLhQ1Wz1e9ng==

"@arbitrum/nitro-contracts@^1.0.0-beta.8":
"@arbitrum/nitro-contracts@1.0.0-beta.8":
version "1.0.0-beta.8"
resolved "https://registry.yarnpkg.com/@arbitrum/nitro-contracts/-/nitro-contracts-1.0.0-beta.8.tgz#56554091b466ea1539c11691c60835625f6675e5"
integrity sha512-idzrJ/yGbcVUaqm45kFzV157B7V8W05G0cyMZazNhkWs39zO/moVwjMUCJpQ/SGW4OlOQggI8Xuw4xfocno7Xg==
Expand Down