Skip to content

Commit

Permalink
switched references to mxpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuolteanu committed Aug 28, 2023
1 parent 76578b4 commit a2e3f9b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dex/pair/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ There are four test suites around this contract:

## Interaction

The interaction scripts are located in the _dex/interaction_ directory. The scripts are written in python and erdpy is required in order to be used. Interaction scripts are scripts that ease the interaction with the deployed contract by wrapping erdpy sdk functionality in bash scripts. Make sure to update the PEM path and the PROXY and CHAINID values in order to correctly use the scripts.
The interaction scripts are located in the _dex/interaction_ directory. The scripts are written in python and mxpy is required in order to be used. Interaction scripts are scripts that ease the interaction with the deployed contract by wrapping mxpy sdk functionality in bash scripts. Make sure to update the PEM path and the PROXY and CHAINID values in order to correctly use the scripts.

## Deployment

The deployment of this contract is done by the Router smart contract but it can be done also in a standalone manner using the erdpy interaction scripts for deploy/upgrade.
The deployment of this contract is done by the Router smart contract but it can be done also in a standalone manner using the mxpy interaction scripts for deploy/upgrade.


# Safe Price V2
Expand Down
4 changes: 2 additions & 2 deletions dex/router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ There are four test suites around this contract:

## Interaction

The interaction scripts are located in the _dex/interaction_ directory. They are written in python and erdpy is required in order to be used. Interaction scripts are scripts that ease the interaction with the deployed contract by wrapping erdpy sdk functionality in bash scripts. Make sure to update the PEM path and the PROXY and CHAINID values in order to correctly use them.
The interaction scripts are located in the _dex/interaction_ directory. They are written in python and mxpy is required in order to be used. Interaction scripts are scripts that ease the interaction with the deployed contract by wrapping mxpy sdk functionality in bash scripts. Make sure to update the PEM path and the PROXY and CHAINID values in order to correctly use them.

## Deployment

The deployment of this contract is done using erdpy, interaction scripts, or any other tool, in a standalone manner or by previously deploying the template pair smart contract.
The deployment of this contract is done using mxpy, interaction scripts, or any other tool, in a standalone manner or by previously deploying the template pair smart contract.
2 changes: 1 addition & 1 deletion locked-asset/distribution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The bigger picture about what a Distribution Contract can do can be found in the

## Deployment

The Distribution contract can be deployed using `erdpy` and using the interaction snippets.
The Distribution contract can be deployed using `mxpy` and using the interaction snippets.

The init parameters are:

Expand Down
2 changes: 1 addition & 1 deletion locked-asset/proxy_dex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Abstract

Locked MEX tokens can be used as MEX token in Maiar Exchange, with the help of this proxy contract.
Locked MEX tokens can be used as MEX token in xExchange, with the help of this proxy contract.

## Introduction

Expand Down

0 comments on commit a2e3f9b

Please sign in to comment.