Skip to content

Commit

Permalink
fix: remove asset FUEL from devnet (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored Dec 13, 2024
1 parent 0b1924f commit 9a2a01f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion ASSETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
| Name | Asset ID | Contract Address | Decimals |
|------|----------|------------------|----------|
| `Ethereum` | `0xf8f8b6283d7fa5b672b530cbb84fcccb4ff8dc40f8176ef4544ddb1f1952ad07` | | `9` |
| `Fuel` | `0xefa202b5db2650dd0675bc9ad102e6fa2307f45a3bcc0b4da946d46d360bde70` | `0x12f300d6d2b286dd5d290b709e0d3d73acc23c87ec10d349d4386b9524d740a1` | `9` |

## Fuel Testnet

Expand Down
9 changes: 0 additions & 9 deletions assets.gen.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@
"decimals": 9,
"chainId": 1
},
{
"type": "fuel",
"chain": "devnet",
"decimals": 9,
"chainId": 0,
"contractId": "0x12f300d6d2b286dd5d290b709e0d3d73acc23c87ec10d349d4386b9524d740a1",
"subId": "0xede43647e2aad1c0f1696201d6ba913aa67c917c3ac9a4a7d95662962ab25c5b",
"assetId": "0xefa202b5db2650dd0675bc9ad102e6fa2307f45a3bcc0b4da946d46d360bde70"
},
{
"type": "fuel",
"chain": "testnet",
Expand Down
5 changes: 0 additions & 5 deletions assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@
"address": "0x675b68aa4d9c2d3bb3f0397048e62e6b7192079c",
"decimals": 9
},
{
"type": "fuel",
"chain": "devnet",
"decimals": 9
},
{
"type": "fuel",
"chain": "testnet",
Expand Down

0 comments on commit 9a2a01f

Please sign in to comment.