Skip to content

Commit

Permalink
Deploy balanceHelper contracts on rootstockTestnet
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalrajbacancy committed Apr 2, 2024
1 parent c52f209 commit 0965bc3
Show file tree
Hide file tree
Showing 7 changed files with 504 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployments/rootstockTestnet/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
31
81 changes: 81 additions & 0 deletions deployments/rootstockTestnet/BalancesHelper.json

Large diffs are not rendered by default.

160 changes: 160 additions & 0 deletions deployments/rootstockTestnet/BalancesHelperV2.json

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions extensions/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export enum NetworkNames {
Flare = "flare",
Scroll = "scroll",
BaseSepolia = 'baseSepolia',
RootstockTestnet = 'rootstockTestnet',
}

export const NETWORK_CONFIGS: {
Expand Down Expand Up @@ -326,6 +327,12 @@ export const NETWORK_CONFIGS: {
defaultProviderUrl: 'https://base-sepolia-rpc.publicnode.com',
explorer: 'https://sepolia.basescan.org/',
defaultGasPrice: 1,
},
[NetworkNames.RootstockTestnet]: {
chainId: 31,
defaultProviderUrl: 'https://public-node.testnet.rsk.co',
explorer: 'https://explorer.testnet.rootstock.io/',
defaultGasPrice: 1,
}
};

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"deploy:linea": "hardhat deploy --network linea --tags create,setup",
"deploy:sepolia": "hardhat deploy --network sepolia --tags create,setup",
"deploy:baseSepolia": "hardhat deploy --network baseSepolia --tags create,setup",
"deploy:rootstockTestnet": "hardhat deploy --network rootstockTestnet --tags create,setup",
"deploy:etherspot": "hardhat deploy --network etherspot --tags create,setup",
"deploy:localA": "hardhat deploy --network localA --tags create,setup",
"deploy:localB": "hardhat deploy --network localB --tags create,setup",
Expand Down

0 comments on commit 0965bc3

Please sign in to comment.