-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(relay-payment): deploy relay payment to other chains (#44)
- Loading branch information
Showing
21 changed files
with
4,888 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
deploy | ||
|
||
base: | ||
|
||
NAME=PaymentConfigRegistry ARGS='["0xE82220094637692e9E6fE28c3D640222862E1456","0x6950Af4b7815c15073066C7540b1c64Fa7Be97F1",30000]' npx hardhat run ./scripts/deploy-proxy.ts --network base | ||
|
||
NAME=LemonadeRelayPayment ARGS='["0xcbd1d2BdCCAb6b479C323f40CC8DE597C6258D93"]' npx hardhat run ./scripts/deploy-proxy.ts --network base | ||
|
||
op: | ||
NAME=PaymentConfigRegistry ARGS='["0xE82220094637692e9E6fE28c3D640222862E1456","0x6950Af4b7815c15073066C7540b1c64Fa7Be97F1",30000]' npx hardhat run ./scripts/deploy-proxy.ts --network optimism | ||
|
||
NAME=LemonadeRelayPayment ARGS='["0x426cEdb93dAAa9F0B9275A5e7feccCb6911a1509"]' npx hardhat run ./scripts/deploy-proxy.ts --network optimism | ||
|
||
arbitrum one: | ||
NAME=PaymentConfigRegistry ARGS='["0xE82220094637692e9E6fE28c3D640222862E1456","0x6950Af4b7815c15073066C7540b1c64Fa7Be97F1",30000]' npx hardhat run ./scripts/deploy-proxy.ts --network arbitrum-one | ||
|
||
NAME=LemonadeRelayPayment ARGS='["0x0B272f998DfA9BB78B3315e27213392bb61bBf01"]' npx hardhat run ./scripts/deploy-proxy.ts --network arbitrum-one | ||
|
||
celo: | ||
NAME=PaymentConfigRegistry ARGS='["0xA97C2C74E6bea336A96F5a4b2F2e7a2Ad22b6b2D","0x6950Af4b7815c15073066C7540b1c64Fa7Be97F1",30000]' npx hardhat run ./scripts/deploy-proxy.ts --network celo | ||
|
||
NAME=LemonadeRelayPayment ARGS='["0x6065a5ec435854187b0b3225336b4FAdc1d01ce5"]' npx hardhat run ./scripts/deploy-proxy.ts --network celo | ||
|
||
linea: | ||
npx hardhat deploy --network linea | ||
|
||
NAME=PaymentConfigRegistry ARGS='["0xaB82089834336AA0A6bec3583c462256260cB2B7","0x6950Af4b7815c15073066C7540b1c64Fa7Be97F1",30000]' npx hardhat run ./scripts/deploy-proxy.ts --network linea | ||
|
||
NAME=LemonadeRelayPayment ARGS='["0x554E95F34Bd3509E609EE80E18DE2C7e75F5B593"]' npx hardhat run ./scripts/deploy-proxy.ts --network linea | ||
|
||
zklink: | ||
|
||
npx hardhat deploy --network zklink |
Oops, something went wrong.