Skip to content

Commit

Permalink
fix(go): add warning about future removal for client.ConfirmedTokens
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed Dec 22, 2023
1 parent dcc9244 commit da2361b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go/08_get_confirmed_tokens.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"log"
)

// WARNING
// Method client.ConfirmedTokens will be removed in the future
func main() {
var (
ZkSyncEraProvider = "https://sepolia.era.zksync.dev"
Expand Down

0 comments on commit da2361b

Please sign in to comment.