Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
goalongway committed Aug 27, 2024
1 parent 5d6a25a commit ff94f51
Show file tree
Hide file tree
Showing 132 changed files with 6,041 additions and 5,643 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
image_name: ${{ github.repository }} # it will be lowercased internally
github_token: ${{ secrets.PERSONAL_TOKEN }}
dockerfile: ./serv/Dockerfile
dockerfile: ./listener/Dockerfile
- name: clone repo
run: git clone https://${{secrets.PERSONAL_USERNAME}}:${{secrets.PERSONAL_TOKEN}}@github.com/b2network/devops.git
- name: modify
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ fabric.properties

.openzeppelin
contracts/artifacts/*
contracts/cache/*
contracts/cache/*
config-dev.yaml
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function call(uint256 to_chain_id, address contract_address, bytes calldata data
bsquared testnet

```
B2MessageBridge: 0xc7441Ac47596D1356fcc70062dA0462FcA98E14e
B2MessageBridge: 0x5c2646996eEe3ECf865BEfA2De24e5BbE1C552Ba
BusinessContract: 0x91171cf194a4B66Bd459Ada038397c7e890FB9D4
```

Expand All @@ -47,7 +47,7 @@ BusinessContract: 0x8Ac2C830532d7203a12C4C32C0BE4d3d15917534

```
//
messageAddress = "0xc7441Ac47596D1356fcc70062dA0462FcA98E14e";
messageAddress = "0x5c2646996eEe3ECf865BEfA2De24e5BbE1C552Ba";
businessAddress = "0x8Ac2C830532d7203a12C4C32C0BE4d3d15917534";
to_chain_id = 421614;
data = '0x1234';
Expand Down
Loading

0 comments on commit ff94f51

Please sign in to comment.