Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace FRC20 with SRC20 #102

Merged
merged 20 commits into from
Nov 20, 2023
Merged

Replace FRC20 with SRC20 #102

merged 20 commits into from
Nov 20, 2023

Conversation

DefiCake
Copy link
Member

No description provided.

@DefiCake DefiCake changed the title Replace FRC20 for SRC20 Replace FRC20 with SRC20 Nov 15, 2023
Copy link
Contributor

@Braqzen Braqzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bitzoic what do you think about the SRC20 here? It's a little different

Copy link
Member

@bitzoic bitzoic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the SRC-20 standard you no longer need the empty spaces at the end of your configurable for NAME and SYMBOL. If every bridged token is using the same name then just "MyToken" or "BridgedAsset" will suffice. I'm also unsure if every asset bridged uses the same decimals and it should be a constant i.e. NFTs and high supply assets but I don't know the specific implementation that is happening here.

packages/fungible-token/bridge-fungible-token/src/main.sw Outdated Show resolved Hide resolved
packages/fungible-token/bridge-fungible-token/src/main.sw Outdated Show resolved Hide resolved
packages/fungible-token/bridge-fungible-token/src/main.sw Outdated Show resolved Hide resolved
packages/fungible-token/bridge-fungible-token/src/main.sw Outdated Show resolved Hide resolved
DefiCake and others added 5 commits November 17, 2023 14:46
Co-authored-by: Cameron Carstens <54727135+bitzoic@users.noreply.github.com>
Co-authored-by: Cameron Carstens <54727135+bitzoic@users.noreply.github.com>
Co-authored-by: Cameron Carstens <54727135+bitzoic@users.noreply.github.com>
@DefiCake DefiCake merged commit c54a1be into main Nov 20, 2023
4 checks passed
@DefiCake DefiCake deleted the deficake/src-20 branch November 20, 2023 18:23
DefiCake added a commit that referenced this pull request Jan 23, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @fuel-bridge/fungible-token@0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#106](#106))
- Replace FRC20 with SRC20, by [@DefiCake](https://github.com/DefiCake)
(See [#102](#102))
- Use sway 0.48.1 and migrate from U256 to u256, by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#106](#106))
- Bumped fuels to 0.50.1, by [@DefiCake](https://github.com/DefiCake)
(See [#95](#95))

## @fuel-bridge/message-predicates@0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#106](#106))
- Bumped fuels to 0.50.1, by [@DefiCake](https://github.com/DefiCake)
(See [#95](#95))

## @fuel-bridge/solidity-contracts@0.4.0

### Minor Changes

- ERC20 gateway with training wheels, by
[@DefiCake](https://github.com/DefiCake) (See
[#100](#100))
- Added deposit caps for native base asset (eth), by
[@DefiCake](https://github.com/DefiCake) (See
[#97](#97))

### Patch Changes

- 🐞 Fix prettier and apply it to current files, by
[@DefiCake](https://github.com/DefiCake) (See
[#98](#98))
- Remove deposit limitations on ether, by
[@DefiCake](https://github.com/DefiCake) (See
[#101](#101))
- Add deploy scripts, by [@DefiCake](https://github.com/DefiCake) (See
[#107](#107))
- Add beta 5 deployment artifacts, by
[@DefiCake](https://github.com/DefiCake) (See
[#110](#110))

## @fuel-bridge/test-utils@0.4.0

### Minor Changes

- Update to fuel-core 0.22.0 (beta-5), by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#106](#106))

### Patch Changes

- ✨ feat: update fuels-ts to 0.71.1, by
[@LuizAsFight](https://github.com/LuizAsFight) (See
[#118](#118))

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: DefiCake <rarore92@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants