Skip to content

Commit

Permalink
feat: Add greeter test deployment for pop testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed May 1, 2024
1 parent 79b98de commit f882bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions contracts/deployments/greeter/pop-network-testnet.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export const address = '5HJ2XLhBuoLkoJT5G2MfMWVpsybUtcqRGWe29Fo26JVvDCZG'
export const blockNumber = 225937
2 changes: 1 addition & 1 deletion frontend/.env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ NEXT_PUBLIC_DEFAULT_CHAIN=alephzero-testnet

## [Optional] Multiple supported chain identifers the frontend connects to
## IMPORTANT: It's mandatory to use double quotes in the array
# NEXT_PUBLIC_SUPPORTED_CHAINS=[ "development", "alephzero-testnet", "contracts", "shibuya" ]
# NEXT_PUBLIC_SUPPORTED_CHAINS=[ "development", "alephzero-testnet", "contracts", "shibuya", "pop-network-testnet" ]

0 comments on commit f882bd5

Please sign in to comment.