--- a/README.md +++ b/README.md @@ -160,13 +160,13 @@ location: V0(X2(Parent, Parachain(PARA_ID))) metadata: - name OPL - symbol OPL + name QTZ + symbol QTZ decimals 18 minimalBalance 1 ``` -### Next, we can send tokens from Opal to Karura: +### Next, we can send tokens from Quartz to Karura: ``` polkadotXcm -> reserveTransferAssets dest: @@ -184,7 +184,7 @@ The result will be displayed in ChainState tokens -> accounts -### To send tokens from Karura to Opal: +### To send tokens from Karura to Quartz: ``` xtokens -> transfer --- a/tests/src/xcmTransfer.test.ts +++ b/tests/src/xcmTransfer.test.ts @@ -23,7 +23,7 @@ const KARURA_CHAIN = 2000; const KARURA_PORT = '9946'; -describe('Integration test: Exchanging OPL with Karura', () => { +describe('Integration test: Exchanging QTZ with Karura', () => { let alice: IKeyringPair; before(async () => { @@ -49,8 +49,8 @@ const metadata = { - name: 'OPL', - symbol: 'OPL', + name: 'QTZ', + symbol: 'QTZ', decimals: 18, minimalBalance: 1, }; @@ -63,7 +63,7 @@ }, karuraApiOptions); }); - it('Should connect and send OPL to Karura', async () => { + it('Should connect and send QTZ to Karura', async () => { let balanceOnKaruraBefore: bigint; await usingApi(async (api) => { @@ -130,7 +130,7 @@ }, {provider: new WsProvider('ws://127.0.0.1:' + KARURA_PORT)}); }); - it('Should connect to Karura and send OPL back', async () => { + it('Should connect to Karura and send QTZ back', async () => { let balanceBefore: bigint; await usingApi(async (api) => {