Skip to content

Commit 8e73f45

Browse files
committed
Update blockchain configurations in preview config
The commit includes updates to the 'propertyAddress', 'chainId', and 'rpcUrl' fields in the blockchain configurations located in the preview config file. These changes were necessary to reflect the current settings of the network and ensure the application interacts with the correct blockchain.
1 parent 7f38ed8 commit 8e73f45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.preview/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export default () =>
3535
twitterHandle: '@debug',
3636
description: '',
3737
url: '',
38-
propertyAddress: '0xE59fEDaBB0F79b0EC605737805a9125cd8d87B1f',
39-
chainId: 80001,
40-
rpcUrl: 'https://polygon-mumbai-bor-rpc.publicnode.com',
38+
propertyAddress: '0xF5fb43b4674Cc8D07FB45e53Dc77B651e17dC407',
39+
chainId: 137,
40+
rpcUrl: 'https://polygon-rpc.com',
4141
adminRolePoints: 0,
4242
plugins: [
4343
{

0 commit comments

Comments
 (0)