Skip to content

Commit

Permalink
chore: auto-update to devnet (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight committed May 10, 2024
1 parent a694520 commit a6e3d75
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/gold-planes-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"fuels-wallet": patch
---

chore: Auto-upgrade to devnet network
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fuels-wallet",
"private": true,
"version": "0.18.0",
"database": "14",
"database": "15",
"scripts": {
"build:all": "run-s build:web build:crx build:storybook",
"build:web": "./scripts/build.sh --app=vite",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/systems/Core/utils/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class FuelDB extends Dexie {
await networks.clear();
// Insert beta-5 network
await networks.add({
name: 'Testnet Beta 5',
name: 'Ignition-Dev',
url: VITE_FUEL_PROVIDER_URL,
isSelected: true,
id: createUUID(),
Expand Down

0 comments on commit a6e3d75

Please sign in to comment.