Skip to content

Commit

Permalink
Contract: Sending coreum originated tokens back from XRPL to Coreum (#49
Browse files Browse the repository at this point in the history
)

# Description
- Implemented sending of coreum originated tokens (previously bridged)
from XRPL back to the Coreum.
- Changed the Coreum Tokens Map into an Indexed Map to also be able to
query Coreum tokens by XRPL currency ( this is needed for the relayers
(so that they can obtain the token information) and also made possible
to remove the other map we were using for currencies and use the
secondary index instead).
  • Loading branch information
keyleu authored Nov 22, 2023
1 parent d5b84f0 commit 7701c01
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 7701c01

Please sign in to comment.