Skip to content

Commit ad9d901

Browse files
0.10.0
1 parent 2579ee7 commit ad9d901

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/js/client-config-builder/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,14 +544,14 @@ export const plugins: IDefaultPlugins = {
544544
},
545545
ethereumProviderV2: {
546546
uri: Uri.from("plugin/ethereum-provider@2.0.0"),
547-
plugin: EthProviderV2.plugin({
548-
connections: new EthProviderV2.Connections({
547+
plugin: EthProvider.plugin({
548+
connections: new EthProvider.Connections({
549549
networks: {
550-
mainnet: new EthProviderV2.Connection({
550+
mainnet: new EthProvider.Connection({
551551
provider:
552552
"https://mainnet.infura.io/v3/b00b2c2cc09c487685e9fb061256d6a6",
553553
}),
554-
goerli: new EthProviderV2.Connection({
554+
goerli: new EthProvider.Connection({
555555
provider:
556556
"https://goerli.infura.io/v3/b00b2c2cc09c487685e9fb061256d6a6",
557557
}),

0 commit comments

Comments
 (0)