Skip to content

Commit 10ae268

Browse files
committed
chore: fix docs for mts
1 parent 55f96a7 commit 10ae268

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This repository contains a collection of Solidity contracts that can be used to
44

55
Examples for how to use these contracts can be found in the [demos](demos) directory. The repo itself is a Foundry project, so you can use the `forge` command to compile and deploy the contracts. Also, can be included in your own Foundry project as a dependency.
66

7-
### ERC20 Multi-Token Standard (Bank Precompile)
7+
### ERC20 Multi-VM Token Standard (Bank Precompile)
88

9-
Injective implements its multi-token standard for ERC-20 tokens using the Bank precompile, which connects EVM-based smart contracts to the native `x/bank` module. This eliminates double-accounting and enables seamless interoperability between the EVM and native chain state. The standard includes ready-to-use contracts like `BankERC20`, `FixedSupplyBankERC20`, and `MintBurnBankERC20`.
9+
Injective implements its multi-vm token standard (MTS) for ERC-20 tokens using the Bank precompile, which connects EVM-based smart contracts to the native `x/bank` module. This eliminates double-accounting and enables seamless interoperability between the EVM and native chain state. The standard includes ready-to-use contracts like `BankERC20`, `FixedSupplyBankERC20`, and `MintBurnBankERC20`.
1010

11-
For more details, see the [ERC20 Multi-Token Standard documentation](docs/erc20_multi_token_standard.md) and try out the [ERC20 demo](demos/erc20/README.md).
11+
For more details, see the [ERC20 Multi-VM Token Standard documentation](docs/erc20_multivm_token_standard.md) and try out the [ERC20 demo](demos/erc20/README.md).
1212

1313

1414
### Exchange Precompile

demos/erc20/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# ERC20 Single Token Representation Demo
1+
# ERC20 Multi-VM Token Standard Demo
22

33
This demo shows how to deploy and interact with our `MintBurnBankERC20` contract,
44
which is backed entirely by native chain balances.
55

6-
This demo goes through the following steps
6+
This demo goes through the following steps:
77

88
1) deploy `MintBurnBankERC20` contract
99
2) Mint 666 tokens

docs/erc20_multi_token_standard.md renamed to docs/erc20_multivm_token_standard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ERC20 and Multi-Token Standard on Injective
1+
# ERC20 and Multi-VM Token Standard on Injective
22

3-
Injective implements its multi-token standard for ERC-20 tokens using
3+
Injective implements its multi-vm token standard (MTS) for ERC-20 tokens using
44
the Bank precompile, which connects EVM-based smart contracts to the native
55
`x/bank` module. This model eliminates double-accounting and enables seamless
66
interoperability between the EVM and the native chain state.

0 commit comments

Comments
 (0)