Skip to content

Commit

Permalink
Merge branch 'main' of github.com:willemolding/CarteZcash
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed May 17, 2024
2 parents 0ea30a9 + a71751c commit 703906a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bridge-frontend/src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Erc721PortalAddress":"0x237F8DD094C0e47f4236f12b4Fa01d6Dae89fb87",
"Erc1155SinglePortalAddress":"0x7CFB0193Ca87eB6e48056885E026552c3A941FC4",
"Erc1155BatchPortalAddress":"0xedB53860A6B52bbb7561Ad596416ee9965B055Aa",
"DAppAddress": "0xab7528bb862fB57E8A2BCd567a2e929a0Be56a5e"
"DAppAddress": "0x6D535e95C78d564DE9f241f4651131023688d706"
},
"0xaa36a7":{
"token": "SepETH",
Expand All @@ -29,6 +29,6 @@
"Erc721PortalAddress":"0x237F8DD094C0e47f4236f12b4Fa01d6Dae89fb87",
"Erc1155SinglePortalAddress":"0x7CFB0193Ca87eB6e48056885E026552c3A941FC4",
"Erc1155BatchPortalAddress":"0xedB53860A6B52bbb7561Ad596416ee9965B055Aa",
"DAppAddress": "0xab7528bb862fB57E8A2BCd567a2e929a0Be56a5e"
"DAppAddress": "0x6D535e95C78d564DE9f241f4651131023688d706"
}
}
2 changes: 1 addition & 1 deletion docs/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ https://sunodo.io/deploy?templateHash=<template-hash>
```
and select the chain to deploy to and provide the wallet address of the dApp operator.

Make the deployment transaction and copy the resulting variables show into the [fly.toml](./fly.toml) file.
Make the deployment transaction and copy the resulting variables show into the [fly.toml](../fly.toml) file. Also update the Dapp address in the bridge-frontent [config.json](../bridge-frontend/src/config.json).

## Hosted Deployments (via Github actions)

Expand Down
10 changes: 5 additions & 5 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ memory = "2gb"
[env]
CARTESI_BLOCKCHAIN_FINALITY_OFFSET = "1"
CARTESI_BLOCKCHAIN_ID = "11155111"
CARTESI_CONTRACTS_APPLICATION_ADDRESS = "0x47432A4070539BeF308B24a7AAE2940b801d0681"
CARTESI_CONTRACTS_APPLICATION_DEPLOYMENT_BLOCK_NUMBER = "5701493"
CARTESI_CONTRACTS_AUTHORITY_ADDRESS = "0xf08C66979E9297bb16BB13f70Eb237b75A73Bbd0"
CARTESI_CONTRACTS_HISTORY_ADDRESS = "0xed488E391616f44ACf13e62Ee615da8E8D079dD5"
CARTESI_CONTRACTS_APPLICATION_ADDRESS = "0x6D535e95C78d564DE9f241f4651131023688d706"
CARTESI_CONTRACTS_APPLICATION_DEPLOYMENT_BLOCK_NUMBER = "5918062"
CARTESI_CONTRACTS_AUTHORITY_ADDRESS = "0x13E4374D98c21074a9216E7656a77f9bB62B603F"
CARTESI_CONTRACTS_HISTORY_ADDRESS = "0x1eD1A0Bd9dc725DCa7b35854F92f9A61492FEa0c"
CARTESI_CONTRACTS_INPUT_BOX_ADDRESS = "0x59b22D57D4f067708AB0c00552767405926dc768"
CARTESI_CONTRACTS_INPUT_BOX_DEPLOYMENT_BLOCK_NUMBER = "3963384"
CARTESI_EPOCH_DURATION = "86400"
CARTESI_EPOCH_DURATION = "86400"

0 comments on commit 703906a

Please sign in to comment.