Skip to content

Commit

Permalink
fix: change server URL of the env config for rwt2 (#124)
Browse files Browse the repository at this point in the history
* fix: change the RWT2 server URL

* fix: update the rwt configuration with the latest changes from the v1 config
  • Loading branch information
antomor authored Aug 17, 2023
1 parent 918ec13 commit c12ada5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
9 changes: 6 additions & 3 deletions config/rwt.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@
},
contracts: {
relayHubAddress: "0xAd525463961399793f8716b0D85133ff7503a7C2",
relayVerifierAddress: "0xB86c972Ff212838C4c396199B27a0DBe45560df8",
deployVerifierAddress: "0xc67f193Bb1D64F13FD49E2da6586a2F417e56b16",
feesReceiver: "0x52D107bB12d83EbCBFb4A6Ad0ec866Bb69FdB5Db",
trustedVerifiers: [
"0xB86c972Ff212838C4c396199B27a0DBe45560df8",
"0xc67f193Bb1D64F13FD49E2da6586a2F417e56b16",
"0x5897E84216220663F306676458Afc7bf2A6A3C52",
"0xAe59e767768c6c25d64619Ee1c498Fd7D83e3c24"
],
}
}
11 changes: 7 additions & 4 deletions config/rwt2.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
app: {
url: "https://relay2.rif-wallet-services.testnet.rifcomputing.net",
url: "https://v2.relay.rif-wallet-services.testnet.rifcomputing.net",
port: 8090,
devMode: true,
logLevel: 0,
Expand All @@ -13,8 +13,11 @@
},
contracts: {
relayHubAddress: "0xAd525463961399793f8716b0D85133ff7503a7C2",
relayVerifierAddress: "0xB86c972Ff212838C4c396199B27a0DBe45560df8",
deployVerifierAddress: "0xc67f193Bb1D64F13FD49E2da6586a2F417e56b16",
feesReceiver: "0x52D107bB12d83EbCBFb4A6Ad0ec866Bb69FdB5Db",
trustedVerifiers: [
"0xB86c972Ff212838C4c396199B27a0DBe45560df8",
"0xc67f193Bb1D64F13FD49E2da6586a2F417e56b16",
"0x5897E84216220663F306676458Afc7bf2A6A3C52",
"0xAe59e767768c6c25d64619Ee1c498Fd7D83e3c24"
],
}
}

0 comments on commit c12ada5

Please sign in to comment.