Skip to content

Commit 51f889d

Browse files
committed
chore: cleaned up some old references to Rinkeby
1 parent 3ccf8eb commit 51f889d

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

bot-pinner/docker-compose-dappnode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
volumes:
1010
- "data:/var/lib/data/"
1111
environment:
12-
RPC: "https://rinkeby.arbitrum.io/rpc"
12+
RPC: "https://sepolia-rollup.arbitrum.io/rpc"
1313
IPFS: "http://ipfs-cluster.dappnode:9094"
1414
INTERVAL: 60
1515
RETRY: 2

contracts/scripts/changeRng.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ const { deploy, execute } = deployments;
33

44
enum HomeChains {
55
ARBITRUM_ONE = 42161,
6-
ARBITRUM_RINKEBY = 421611,
76
ARBITRUM_SEPOLIA = 421614,
87
HARDHAT = 31337,
98
}

contracts/scripts/populateCourts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { isDevnet } from "../deploy/utils";
99

1010
enum HomeChains {
1111
ARBITRUM_ONE = 42161,
12-
ARBITRUM_RINKEBY = 421611,
1312
ARBITRUM_SEPOLIA = 421614,
1413
HARDHAT = 31337,
1514
}

contracts/scripts/populatePolicyRegistry.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import { isDevnet } from "../deploy/utils";
88

99
enum HomeChains {
1010
ARBITRUM_ONE = 42161,
11-
ARBITRUM_RINKEBY = 421611,
1211
ARBITRUM_SEPOLIA = 421614,
1312
HARDHAT = 31337,
1413
}

0 commit comments

Comments
 (0)