osmosis-labs / osmojs

OsmosJS makes it easy to compose and broadcast Osmosis and Cosmos messages
https://cosmology.zone/products/osmojs
Apache License 2.0
63 stars 32 forks source link

remove chain-registry/osmosis from math module #51

Closed pyramation closed 1 year ago

pyramation commented 1 year ago

let's instead use the new chain-registry/utils that Wen wrote and pass in assets/chain info dynamically

import { asset_list, assets } from "@chain-registry/osmosis";
pyramation commented 1 year ago