Open vinodsharmak opened 1 year ago
When I am trying to create a new SDK instance, I am getting "panic: Unsupported chain id" error Here is the code sdk, err := thirdweb.NewThirdwebSDK("https://gather-testnet-network.rpc.thirdweb.com", nil) if err != nil { panic(err) }
Please suggest
When I am trying to create a new SDK instance, I am getting "panic: Unsupported chain id" error Here is the code sdk, err := thirdweb.NewThirdwebSDK("https://gather-testnet-network.rpc.thirdweb.com", nil) if err != nil { panic(err) }
Please suggest