From 2c07c6f734d5d5343e59b6b149184a30e6efc6e8 Mon Sep 17 00:00:00 2001 From: Dennis Zoma Date: Tue, 14 Nov 2023 14:47:01 +0100 Subject: [PATCH] fix: Remove t0rn until `WeightV2` support --- .changeset/loud-cobras-move.md | 4 ++-- contracts/deployments/greeter/t0rn.ts | 2 -- frontend/.env.local.example | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 contracts/deployments/greeter/t0rn.ts 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