Skip to content

Commit

Permalink
chore: add monad config
Browse files Browse the repository at this point in the history
  • Loading branch information
iavl committed Jan 16, 2025
1 parent b8bdcf5 commit 28321b7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ DEPLOYMENT_CONTEXT=testnet # optional
#RPC_URL='https://rpc.rss3.io'
#VERIFIER=blockscout
#VERIFIER_URL='https://scan.rss3.io/api'
#DEPLOYMENT_CONTEXT=rss3
#DEPLOYMENT_CONTEXT=rss3


# monad testnet
#CHAIN_ID=10143
#RPC_URL='https://rpc.monad-testnet.category.xyz/rpc/uooLpuuTE6YKo69K4tZXi12rYkgRGvdqIWjPt7kh'
#VERIFIER=blockscout
#VERIFIER_URL='https://explorer.monad-testnet.category.xyz/api'
#DEPLOYMENT_CONTEXT=monad-testnet
4 changes: 4 additions & 0 deletions deploy-config/monad-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"proxyAdminOwner": "0x827431510a5d249ce4fdb7f00c83a3353f471848",
"templateAdmin": "0x827431510a5d249ce4fdb7f00c83a3353f471848"
}

0 comments on commit 28321b7

Please sign in to comment.