Skip to content

Commit 8ab0c53

Browse files
committed
README + version
Signed-off-by: Ihor Farion <ihor@umaproject.org>
1 parent 8e29590 commit 8ab0c53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "4.1.16-beta.0",
3+
"version": "4.1.17-beta.1",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

script/mintburn/oft/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Make sure all the src peripheries are correctly configured (currently addrs for
1818
Example with cast for USDT0:
1919

2020
```
21-
cast send $DEPLOYED_DST_OFT "setCoreTokenInfo(address,uint32,bool,uint64,uint64)" 0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb 268 true 100000000 100000000000000 --rpc-url hyperevm --account dev
21+
cast send $DEPLOYED_DST_OFT "setCoreTokenInfo(address,uint32,bool,uint64,uint64)" 0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb 268 true 100000000 100000000000000000 --rpc-url hyperevm --account dev
2222
```
2323

2424
2.(a) Configure additional tokens, like USDC:
2525

2626
CoreTokenInfo:
2727

2828
```
29-
cast send $DEPLOYED_DST_OFT "setCoreTokenInfo(address,uint32,bool,uint64,uint64)" 0xb88339CB7199b77E23DB6E890353E22632Ba630f 0 true 100000000 100000000000000 --rpc-url hyperevm --account dev
29+
cast send $DEPLOYED_DST_OFT "setCoreTokenInfo(address,uint32,bool,uint64,uint64)" 0xb88339CB7199b77E23DB6E890353E22632Ba630f 0 true 100000000 100000000000000000 --rpc-url hyperevm --account dev
3030
```
3131

3232
(before adding FinalTokenInfo):

0 commit comments

Comments
 (0)