We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2579ee7 commit ad9d901Copy full SHA for ad9d901
1 file changed
packages/js/client-config-builder/README.md
@@ -544,14 +544,14 @@ export const plugins: IDefaultPlugins = {
544
},
545
ethereumProviderV2: {
546
uri: Uri.from("plugin/ethereum-provider@2.0.0"),
547
- plugin: EthProviderV2.plugin({
548
- connections: new EthProviderV2.Connections({
+ plugin: EthProvider.plugin({
+ connections: new EthProvider.Connections({
549
networks: {
550
- mainnet: new EthProviderV2.Connection({
+ mainnet: new EthProvider.Connection({
551
provider:
552
"https://mainnet.infura.io/v3/b00b2c2cc09c487685e9fb061256d6a6",
553
}),
554
- goerli: new EthProviderV2.Connection({
+ goerli: new EthProvider.Connection({
555
556
"https://goerli.infura.io/v3/b00b2c2cc09c487685e9fb061256d6a6",
557
0 commit comments