Skip to content

Commit da045f3

Browse files
committed
Merge branch 'main' into init-solana-tests
# Conflicts: # pnpm-lock.yaml
2 parents b9340cf + 128b697 commit da045f3

File tree

18 files changed

+1529
-3856
lines changed

18 files changed

+1529
-3856
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@layerzerolabs/verify-contract": patch
3+
---
4+
5+
fix duplicated sourcemaps

.changeset/forty-months-turn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@layerzerolabs/oft-adapter-initia-example": patch
3+
"@layerzerolabs/devtools-move": major
4+
"@layerzerolabs/oft-initia-example": patch
5+
---
6+
7+
update initia.js version and object creation seed derivation

examples/oft-adapter-initia/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://docs.initia.xyz/build-on-initia/initiad
2222
After installation, generate a new key and add it to the keyring:
2323

2424
```bash
25-
initiad keys add <your-key-name> --key-type secp256k1 --coin-type 118 --keyring-backend test
25+
initiad keys add <your-key-name> --keyring-backend test
2626
```
2727

2828
For more information on key management please reference the Initiad docs: https://docs.initia.xyz/build-on-initia/initiad#managing-keys
@@ -92,7 +92,7 @@ pnpm run lz:sdk:move:build --oapp-config move.layerzero.config.ts --oapp-type of
9292
To build and deploy the contracts, run the following command:
9393

9494
```bash
95-
pnpm run lz:sdk:move:deploy --oapp-config move.layerzero.config.ts --address-name oft --move-deploy-script deploy-move/OFTInitParams.ts --oapp-type oft
95+
pnpm run lz:sdk:move:deploy --oapp-config move.layerzero.config.ts --address-name oft --move-deploy-script deploy-move/OFTAdapterInitParams.ts --oapp-type oft
9696
```
9797

9898
## EVM Deployment
@@ -275,12 +275,13 @@ pnpm run lz:sdk:move:mint-to-move-oft --oapp-config move.layerzero.config.ts --a
275275
276276
```bash
277277
pnpm run lz:sdk:move:send-from-move-oft \
278+
--oapp-config move.layerzero.config.ts \
278279
--amount-ld <your-amount-ld> \
279280
--min-amount-ld <your-min-amount-ld> \
280281
--src-address <your-source-account-address> \
281282
--to-address <your-destination-account-address> \
282283
--gas-limit <your-gas-limit> \
283-
--dst-eid <your-dst-eid>\
284+
--dst-eid <your-dst-eid>
284285
```
285286

286287
## Send from EVM

examples/oft-hyperliquid/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/oft-initia/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://docs.initia.xyz/build-on-initia/initiad
2222
After installation, generate a new key and add it to the keyring:
2323

2424
```bash
25-
initiad keys add <your-key-name> --key-type secp256k1 --coin-type 118 --keyring-backend test
25+
initiad keys add <your-key-name> --keyring-backend test
2626
```
2727

2828
For more information on key management please reference the Initiad docs: https://docs.initia.xyz/build-on-initia/initiad#managing-keys
@@ -293,12 +293,13 @@ pnpm run lz:sdk:move:mint-to-move-oft --oapp-config move.layerzero.config.ts --a
293293
294294
```bash
295295
pnpm run lz:sdk:move:send-from-move-oft \
296+
--oapp-config move.layerzero.config.ts \
296297
--amount-ld <your-amount-ld> \
297298
--min-amount-ld <your-min-amount-ld> \
298299
--src-address <your-source-account-address> \
299300
--to-address <your-destination-account-address> \
300301
--gas-limit <your-gas-limit> \
301-
--dst-eid <your-dst-eid>\
302+
--dst-eid <your-dst-eid>
302303
```
303304

304305
## Send from EVM

examples/oft-initia/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"hardhat-deploy": "^0.12.1"
4545
},
4646
"dependencies": {
47-
"@initia/initia.js": "^0.2.28",
4847
"@types/glob": "^8.1.0",
4948
"glob": "^11.0.1"
5049
},

0 commit comments

Comments
 (0)