Merge pull request #92 from Technosophorso/main
final fix & repair
final fix & repair
Bumps [cbor](https://github.com/shamblett/cbor) from 6.3.7 to 6.5.1. - [Changelog](https://github.com/shamblett/cbor/blob/master/CHANGELOG.md) - [Commits](https://github.com/shamblett/cbor/compare/6.3.7...6.5.1) --- updated-dependencies: - dependency-name: cbor dependency-version: 6.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [file_picker](https://github.com/miguelpruivo/flutter_file_picker) from 10.3.2 to 10.3.10. - [Release notes](https://github.com/miguelpruivo/flutter_file_picker/releases) - [Changelog](https://github.com/miguelpruivo/flutter_file_picker/blob/master/CHANGELOG.md) - [Commits](https://github.com/miguelpruivo/flutter_file_picker/compare/v10.3.2...v10.3.10) --- updated-dependencies: - dependency-name: file_picker dependency-version: 10.3.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [melos](https://github.com/invertase/melos/tree/main/packages) from 7.3.0 to 7.4.0. - [Changelog](https://github.com/invertase/melos/blob/main/CHANGELOG.md) - [Commits](https://github.com/invertase/melos/commits/melos-v7.4.0/packages) --- updated-dependencies: - dependency-name: melos dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [google_fonts](https://github.com/flutter/packages/tree/main/packages) from 6.3.3 to 8.0.2. - [Commits](https://github.com/flutter/packages/commits/google_fonts-v8.0.2/packages) --- updated-dependencies: - dependency-name: google_fonts dependency-version: 8.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [get_it](https://github.com/flutter-it/get_it) from 7.7.0 to 9.2.1. - [Release notes](https://github.com/flutter-it/get_it/releases) - [Changelog](https://github.com/flutter-it/get_it/blob/main/CHANGELOG.md) - [Commits](https://github.com/flutter-it/get_it/commits) --- updated-dependencies: - dependency-name: get_it dependency-version: 9.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
Signed-off-by: Chris Gianelloni <[email protected]>
The GeckoTerminal /tokens/{id}/pools endpoint may return the queried
token as either the base or quote token. Previously we always used
base_token_price_native_currency, which returned the wrong price for
tokens like USDCx that appear as the quote token in their primary pool.
Now we check the pool's base_token relationship to determine which
price field to use.
Made-with: Cursor
Signed-off-by: Chris Gianelloni <[email protected]>