Skip to content

Commit

Permalink
feat(sdk): Fix explorer link for devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed Nov 12, 2024
1 parent e896bd9 commit d1595f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/.env.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IOTA_NETWORKS = '
"id": "devnet",
"name": "Devnet",
"url": "https://api.devnet.iota.cafe",
"explorer": "https://api.devnet.iota.cafe",
"explorer": "https://explorer.rebased.iota.org?network=devnet",
"chain": "iota:devnet",
"faucet": "https://faucet.devnet.iota.cafe"
},
Expand Down

0 comments on commit d1595f3

Please sign in to comment.