Skip to content

Commit

Permalink
add constrcutor args.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tritium-VLK committed Oct 19, 2024
1 parent c20c5ba commit cb73f9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"libraries": [],
"pending": [],
"returns": {},
"timestamp": 1729355684,
"timestamp": 1729362709,
"chain": 8453,
"commit": "5364751"
}
1 change: 1 addition & 0 deletions factoryConstructorArgs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0x747c4f7D3Fc02b7975779efFDf5D1C77105109cB
18 changes: 9 additions & 9 deletions verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ forge verify-contract 0x747c4f7d3fc02b7975779effdf5d1c77105109cb ChildChainGauge
forge verify-contract 0x747c4f7d3fc02b7975779effdf5d1c77105109cb ChildChainGaugeInjectorV2 --chain mode
forge verify-contract 0x747c4f7d3fc02b7975779effdf5d1c77105109cb ChildChainGaugeInjectorV2 --chain zkevm
## Factory
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain arbitrum
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain base
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain avalanche
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain gnosis
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain fraxtal
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain optimism
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain polygon
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain mode
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain zkevm
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain arbitrum --constructor-args-path factoryConstructorArgs.txt
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain base --constructor-args-path factoryConstructorArgs.txt
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain avalanche --constructor-args-path factoryConstructorArgs.txt
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain gnosis --constructor-args-path factoryConstructorArgs.txt
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain fraxtal --constructor-args-path factoryConstructorArgs.txt
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain optimism --constructor-args-path factoryConstructorArgs.txt
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain polygon --constructor-args-path factoryConstructorArgs.txt
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain mode --constructor-args-path factoryConstructorArgs.txt
forge verify-contract 0x6142582f8946bf192a4f80ed643a5856d18a7060 ChildChainGaugeInjectorV2Factory --chain zkevm --constructor-args-path factoryConstructorArgs.txt

0 comments on commit cb73f9d

Please sign in to comment.