Skip to content

Commit

Permalink
Remove indexer retry policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexei Savostin committed Jun 27, 2023
1 parent 645831d commit a1dd4d8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"watch:test": "jest --watch"
},
"dependencies": {
"@proxima-one/proxima-app-eth": "1.0.6",
"@proxima-one/proxima-app-eth": "1.0.7",
"@proximaone/stream-schema-eth-base": "^0.4.2",
"@proximaone/stream-schema-ft": "^0.4.2",
"@proximaone/stream-schema-mangrove": "^0.4.1",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -836,13 +836,13 @@
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
integrity sha1-p3c2C1s5oaLlEG+OhY8v0tBgxXA=

"@proxima-one/[email protected].6":
version "1.0.6"
resolved "https://npm.pkg.github.com/download/@proxima-one/proxima-app-eth/1.0.6/edb5229f628c6760a7d621135f5da0fafad14fa7#edb5229f628c6760a7d621135f5da0fafad14fa7"
integrity sha512-2Nvgkw6pZbkQdHoconFcxRrccUz7QMAMHVhiZ6E3d6vw65nHtE3SXOnYOUR0ZfcCfR4n0RqRAbfrTZ/7CQ1nSQ==
"@proxima-one/[email protected].7":
version "1.0.7"
resolved "https://npm.pkg.github.com/download/@proxima-one/proxima-app-eth/1.0.7/39698cd298597caa10c77d9454a654b5b0d14672#39698cd298597caa10c77d9454a654b5b0d14672"
integrity sha512-kHBewhDj11V/gx9CM7ir/hgYPZB+K8RVehBfNp08dtG4RBuAvcuYf9sPsU9Cr7vTUTMfeDyJnf3RPNPN13/NMA==
dependencies:
"@proxima-one/proxima-app-streaming" "^1.1.4"
"@proxima-one/proxima-plugin-eth" "^1.1.0"
"@proxima-one/proxima-plugin-eth" "^1.1.1"
lodash "^4.17.21"
rxjs "^7.1.0"

Expand Down Expand Up @@ -901,10 +901,10 @@
lodash "^4.17.21"
rxjs "^7.1.0"

"@proxima-one/proxima-plugin-eth@^1.1.0":
version "1.1.0"
resolved "https://npm.pkg.github.com/download/@proxima-one/proxima-plugin-eth/1.1.0/bc5150a2c0acbf8124d4d9446bd885a61a486e43#bc5150a2c0acbf8124d4d9446bd885a61a486e43"
integrity sha512-yG7C2fPfipVBMzg6CBjGj9SM/nbxPrI/8s1ZT+XXvGp6VJ7YR3GzgCkns0pNEC0yNURKOkCVxOCcp9LU/ORFwg==
"@proxima-one/proxima-plugin-eth@^1.1.1":
version "1.1.1"
resolved "https://npm.pkg.github.com/download/@proxima-one/proxima-plugin-eth/1.1.1/4f9ec9bb83504112ccdef841d39f1e533de206c9#4f9ec9bb83504112ccdef841d39f1e533de206c9"
integrity sha512-cOI+o4xe8RkmuGOTsLZmI4oZ7Tcak0WKtgEgpNOPowXH1oYVyR83pNX9SMFsDwTzszSmGmtcgF0Ri9IBoD+zvA==
dependencies:
"@proxima-one/proxima-core" "^0.2.10"
"@proxima-one/proxima-streams" "^0.3.0"
Expand Down

0 comments on commit a1dd4d8

Please sign in to comment.