@fuel-bridge/fungible-token
Advanced tools
Comparing version 0.4.0-pr-106-312cc39 to 0.4.0-pr-106-65eb6cf
@@ -366,2 +366,6 @@ { | ||
{ | ||
"name": "payable", | ||
"arguments": [] | ||
}, | ||
{ | ||
"name": "storage", | ||
@@ -372,6 +376,2 @@ "arguments": [ | ||
] | ||
}, | ||
{ | ||
"name": "payable", | ||
"arguments": [] | ||
} | ||
@@ -493,2 +493,6 @@ ] | ||
{ | ||
"name": "payable", | ||
"arguments": [] | ||
}, | ||
{ | ||
"name": "storage", | ||
@@ -499,6 +503,2 @@ "arguments": [ | ||
] | ||
}, | ||
{ | ||
"name": "payable", | ||
"arguments": [] | ||
} | ||
@@ -798,3 +798,3 @@ ] | ||
}, | ||
"offset": 33252 | ||
"offset": 31668 | ||
}, | ||
@@ -808,3 +808,3 @@ { | ||
}, | ||
"offset": 33244 | ||
"offset": 31660 | ||
}, | ||
@@ -818,3 +818,3 @@ { | ||
}, | ||
"offset": 33132 | ||
"offset": 31548 | ||
}, | ||
@@ -828,3 +828,3 @@ { | ||
}, | ||
"offset": 33212 | ||
"offset": 31628 | ||
}, | ||
@@ -838,3 +838,3 @@ { | ||
}, | ||
"offset": 33524 | ||
"offset": 31940 | ||
}, | ||
@@ -848,5 +848,5 @@ { | ||
}, | ||
"offset": 33588 | ||
"offset": 32004 | ||
} | ||
] | ||
} |
# @fuel-bridge/fungible-token | ||
## 0.4.0-pr-106-312cc39 | ||
## 0.4.0-pr-106-65eb6cf | ||
### Minor Changes | ||
- Update to fuel-core 0.21.0 (beta-5), by [@LuizAsFight](https://github.com/LuizAsFight) (See [#106](https://github.com/FuelLabs/fuel-bridge/pull/106)) | ||
- Replace FRC20 with SRC20, by [@DefiCake](https://github.com/DefiCake) (See [#102](https://github.com/FuelLabs/fuel-bridge/pull/102)) | ||
@@ -8,0 +9,0 @@ - Use sway 0.47 and migrate from U256 to u256, by [@DefiCake](https://github.com/DefiCake) (See [#104](https://github.com/FuelLabs/fuel-bridge/pull/104)) |
@@ -366,11 +366,11 @@ var types = [ | ||
{ | ||
name: "storage", | ||
name: "payable", | ||
"arguments": [ | ||
"read", | ||
"write" | ||
] | ||
}, | ||
{ | ||
name: "payable", | ||
name: "storage", | ||
"arguments": [ | ||
"read", | ||
"write" | ||
] | ||
@@ -497,11 +497,11 @@ } | ||
{ | ||
name: "storage", | ||
name: "payable", | ||
"arguments": [ | ||
"read", | ||
"write" | ||
] | ||
}, | ||
{ | ||
name: "payable", | ||
name: "storage", | ||
"arguments": [ | ||
"read", | ||
"write" | ||
] | ||
@@ -818,3 +818,3 @@ } | ||
}, | ||
offset: 33252 | ||
offset: 31668 | ||
}, | ||
@@ -828,3 +828,3 @@ { | ||
}, | ||
offset: 33244 | ||
offset: 31660 | ||
}, | ||
@@ -838,3 +838,3 @@ { | ||
}, | ||
offset: 33132 | ||
offset: 31548 | ||
}, | ||
@@ -848,3 +848,3 @@ { | ||
}, | ||
offset: 33212 | ||
offset: 31628 | ||
}, | ||
@@ -858,3 +858,3 @@ { | ||
}, | ||
offset: 33524 | ||
offset: 31940 | ||
}, | ||
@@ -868,3 +868,3 @@ { | ||
}, | ||
offset: 33588 | ||
offset: 32004 | ||
} | ||
@@ -871,0 +871,0 @@ ]; |
{ | ||
"name": "@fuel-bridge/fungible-token", | ||
"version": "0.4.0-pr-106-312cc39", | ||
"version": "0.4.0-pr-106-65eb6cf", | ||
"module": "dist/index.mjs", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
<p align="center"> | ||
<a href="https://crates.io/crates/forc/0.47.0" alt="forc"> | ||
<img src="https://img.shields.io/badge/forc-v0.47.0-orange" /> | ||
<a href="https://crates.io/crates/forc/0.48.1" alt="forc"> | ||
<img src="https://img.shields.io/badge/forc-v0.48.1-orange" /> | ||
</a> | ||
<a href="https://crates.io/crates/fuel-core/0.20.7" alt="fuel-core"> | ||
<img src="https://img.shields.io/badge/fuel--core-v0.20.7-blue" /> | ||
<a href="https://crates.io/crates/fuel-core/0.22.0" alt="fuel-core"> | ||
<img src="https://img.shields.io/badge/fuel--core-v0.21.0-blue" /> | ||
</a> | ||
@@ -28,8 +28,6 @@ </p> | ||
Each Sway project uses a `fuel-toolchain.toml` file with pinned versions so `forc` will install the correct versions for you if you do not have them installed. | ||
In the root of the repository run the following command to build all the Sway programs. | ||
```bash | ||
forc build | ||
pnpm fuels-forc build | ||
``` | ||
@@ -36,0 +34,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
919973
47
2308
45