Skip to content

Commit 0732366

Browse files
authored
Merge pull request #31 from axieinfinity/fix-bug
chore: add mainnet config
2 parents 8e23b8c + 539a9f3 commit 0732366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/app.ts

+1
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ const app = new cdk.App()
295295

296296
const jsonRpcProviders = {
297297
WEB3_RPC_2021: process.env.WEB3_RPC_2021!,
298+
WEB3_RPC_2020: process.env.WEB3_RPC_2020!,
298299
}
299300

300301
// Local dev stack

0 commit comments

Comments
 (0)