Skip to content

Commit

Permalink
feat(relay-payment): deploy relay payment to other chains (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
thongxuan authored Jul 3, 2024
1 parent 0911e44 commit 944b760
Show file tree
Hide file tree
Showing 21 changed files with 4,888 additions and 4 deletions.
33 changes: 33 additions & 0 deletions .deploy
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
Loading

0 comments on commit 944b760

Please sign in to comment.