Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hyperweb-io/chain-registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: chain-registry@1.26.0
Choose a base ref
...
head repository: hyperweb-io/chain-registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: chain-registry@1.27.0
Choose a head ref
  • 7 commits
  • 38 files changed
  • 2 contributors

Commits on Jan 25, 2024

  1. snaps

    pyramation committed Jan 25, 2024
    Copy the full SHA
    61c7f97 View commit details
  2. remove properties

    Zetazzz committed Jan 25, 2024
    Copy the full SHA
    6e0d58d View commit details
  3. update snapshot

    Zetazzz committed Jan 25, 2024
    Copy the full SHA
    cd989cc View commit details
  4. Merge pull request #62 from cosmology-tech/trim-pkg

    remove properties
    pyramation authored Jan 25, 2024
    Copy the full SHA
    61857cc View commit details
  5. types

    pyramation committed Jan 25, 2024
    Copy the full SHA
    5fa5102 View commit details
  6. build

    pyramation committed Jan 25, 2024
    Copy the full SHA
    487b3be View commit details
  7. chore(release): publish

     - @chain-registry/assets@1.28.0
     - chain-registry@1.27.0
     - @chain-registry/client@1.19.0
     - @chain-registry/cosmostation@1.30.0
     - @chain-registry/juno@1.28.0
     - @chain-registry/keplr@1.32.0
     - @chain-registry/osmosis@1.28.0
     - @chain-registry/types@0.18.0
     - @chain-registry/utils@1.18.0
    pyramation committed Jan 25, 2024
    Copy the full SHA
    69ca524 View commit details
Showing with 106,811 additions and 69,221 deletions.
  1. +8 −0 packages/assets/CHANGELOG.md
  2. +4 −4 packages/assets/package.json
  3. +54,424 −480 packages/assets/src/asset_lists.ts
  4. +8 −0 packages/chain-registry/CHANGELOG.md
  5. +0 −32 packages/chain-registry/chain-registry-additions/juno/assetlist.json
  6. +0 −12 packages/chain-registry/chain-registry-additions/osmosis/chain.json
  7. +3 −3 packages/chain-registry/package.json
  8. +23 −45 packages/chain-registry/scripts/build.js
  9. +19,922 −19,945 packages/chain-registry/src/assets.ts
  10. +18,217 −36,937 packages/chain-registry/src/chains.ts
  11. +11,572 −11,605 packages/chain-registry/src/ibc.ts
  12. +8 −0 packages/client/CHANGELOG.md
  13. +3 −3 packages/client/package.json
  14. +8 −0 packages/cosmostation/CHANGELOG.md
  15. +4 −4 packages/cosmostation/package.json
  16. +8 −0 packages/juno/CHANGELOG.md
  17. +4 −4 packages/juno/package.json
  18. +557 −21 packages/juno/src/asset_list.ts
  19. +27 −1 packages/juno/src/assets.ts
  20. +12 −0 packages/juno/src/chain.ts
  21. +5 −5 packages/juno/types/index.d.ts
  22. +8 −0 packages/keplr/CHANGELOG.md
  23. +3 −3 packages/keplr/package.json
  24. +8 −0 packages/osmosis/CHANGELOG.md
  25. +4 −4 packages/osmosis/package.json
  26. +881 −72 packages/osmosis/src/asset_list.ts
  27. +314 −3 packages/osmosis/src/assets.ts
  28. +17 −0 packages/osmosis/src/chain.ts
  29. +5 −5 packages/osmosis/types/index.d.ts
  30. +8 −0 packages/types/CHANGELOG.md
  31. +1 −1 packages/types/package.json
  32. +4 −0 packages/types/src/assets.ts
  33. +1 −0 packages/types/src/chains.ts
  34. +4 −0 packages/types/types/assets.d.ts
  35. +1 −0 packages/types/types/chains.d.ts
  36. +8 −0 packages/utils/CHANGELOG.md
  37. +725 −30 packages/utils/__tests__/__snapshots__/special.assets.test.js.snap
  38. +2 −2 packages/utils/package.json
8 changes: 8 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.28.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.27.0...@chain-registry/assets@1.28.0) (2024-01-25)

**Note:** Version bump only for package @chain-registry/assets





# [1.27.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/assets@1.26.4...@chain-registry/assets@1.27.0) (2024-01-25)

**Note:** Version bump only for package @chain-registry/assets
8 changes: 4 additions & 4 deletions packages/assets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chain-registry/assets",
"version": "1.27.0",
"version": "1.28.0",
"description": "Chain Registry Asset Lists",
"author": "Dan Lynch <pyramation@gmail.com>",
"homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -49,14 +49,14 @@
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@chain-registry/utils": "^1.17.3",
"@chain-registry/utils": "^1.18.0",
"@types/jest": "^29.5.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "29.5.0",
"babel-watch": "^7.7.2",
"chain-registry": "^1.26.0",
"chain-registry": "^1.27.0",
"cross-env": "^7.0.2",
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
@@ -71,7 +71,7 @@
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@chain-registry/types": "^0.17.1"
"@chain-registry/types": "^0.18.0"
},
"gitHead": "6ccbde77598b9c69ca443853bd995c2422dba9b7"
}
Loading