diff --git a/.changeset/loud-cobras-move.md b/.changeset/loud-cobras-move.md index f9df822..893d58a 100644 --- a/.changeset/loud-cobras-move.md +++ b/.changeset/loud-cobras-move.md @@ -1,5 +1,5 @@ --- -'@inkathon/contracts': minor +'@inkathon/contracts': patch --- -Add contract deployment addresses on t0rn and rococo-contracts +Deploy contracts & add deployment addresses for Rococo Contracts test-network. diff --git a/contracts/deployments/greeter/t0rn.ts b/contracts/deployments/greeter/t0rn.ts deleted file mode 100644 index 39d5175..0000000 --- a/contracts/deployments/greeter/t0rn.ts +++ /dev/null @@ -1,2 +0,0 @@ -export const address = '5HYVJ3hnm2SkajCGYxnNFwvB6pzE471E2DkxPBYAa6zuhJSz' -export const blockNumber = 2823749 diff --git a/frontend/.env.local.example b/frontend/.env.local.example index 4396030..accd13a 100644 --- a/frontend/.env.local.example +++ b/frontend/.env.local.example @@ -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=["alephzero-testnet", "development"] \ No newline at end of file +# NEXT_PUBLIC_SUPPORTED_CHAINS=[ "development", "alephzero-testnet", "rococo", "shibuya" ] \ No newline at end of file