Skip to content

Commit

Permalink
Merge branch 'master' into dzmitryhil/coreum-token-coreum-to-xrpl
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryhil committed Nov 23, 2023
2 parents 9a8c66e + 7701c01 commit 34985d3
Show file tree
Hide file tree
Showing 8 changed files with 633 additions and 231 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build-contract:
docker run --user $(id -u):$(id -g) --rm -v $(CONTRACT_DIR):/code \
--mount type=volume,source="coreumbridge_xrpl_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/optimizer:0.15.0-beta.1
cosmwasm/optimizer:0.15.0
mkdir -p $(BUILD_DIR)
cp $(CONTRACT_DIR)/artifacts/coreumbridge_xrpl.wasm $(BUILD_DIR)/coreumbridge_xrpl.wasm

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Coreumbrdige XRPL
# Coreumbridge XRPL

Two-way Coreum XRPL bridge.

Expand Down
Loading

0 comments on commit 34985d3

Please sign in to comment.