Skip to content

Commit

Permalink
deploy common contracts on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Oct 23, 2023
1 parent f5ca8a9 commit 54f8a70
Show file tree
Hide file tree
Showing 6 changed files with 503 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployments/scroll/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
534352
81 changes: 81 additions & 0 deletions deployments/scroll/BalancesHelper.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

157 changes: 157 additions & 0 deletions deployments/scroll/solcInputs/563ec5ca6d970456eae054874235a0ad.json

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 @@ -45,6 +45,7 @@ export enum NetworkNames {
LocalB = "localB",
LocalH = "localH",
Flare = "flare",
Scroll = "scroll",
}

export const NETWORK_CONFIGS: {
Expand Down Expand Up @@ -313,6 +314,12 @@ export const NETWORK_CONFIGS: {
defaultGasPrice: 25,
explorer: 'https://flare-explorer.flare.network/',
},
[NetworkNames.Scroll]: {
chainId: 534352,
defaultProviderUrl: 'https://rpc.scroll.io',
explorer: 'https://scrollscan.com/',
defaultGasPrice: 1,
}
};

export enum ContractNames {
Expand Down

0 comments on commit 54f8a70

Please sign in to comment.