Skip to content

Commit

Permalink
updae(add missing networks)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermake committed Aug 21, 2024
1 parent 1da5d9c commit 8de7f61
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nolus/nolusjs",
"author": "Nolabs",
"license": "Apache-2.0",
"version": "2.4.8",
"version": "2.4.9",
"description": "JS library for NodeJS and Web browsers to interact with the Nolus Protocol",
"engines": {
"node": ">=14.0.0"
Expand Down
28 changes: 19 additions & 9 deletions src/types/Networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,27 @@ export enum ProtocolsPirin {
}

export enum ProtocolsRila {
osmosis = 'OSMOSIS-OSMOSIS-OSMO',
osmosis = 'OSMOSIS-OSMOSIS-USDC_AXELAR',
neutron = 'NEUTRON-ASTROPORT-USDC_AXL'
}

export enum Networks {
NOLUS = 'NOLUS',
OSMOSIS = 'OSMOSIS',
AXELAR = 'AXELAR',
COSMOS_HUB = 'COSMOS_HUB',
AKASH = 'AKASH',
JUNO = 'JUNO',
NEUTRON = 'NEUTRON',
DYDX = 'DYDX'
NOLUS = "NOLUS" ,
OSMOSIS = "OSMOSIS",
AXELAR = "AXELAR",
STRIDE = "STRIDE",
JUNO = "JUNO",
EVMOS = "EVMOS",
PERSISTENCE = "PERSISTENCE",
SECRET = "SECRET",
CELESTIA = "CELESTIA",
STARGAZE = "STARGAZE",
QUICKSILVER = "QUICKSILVER",
NEUTRON = "NEUTRON",
DYMENSION = "DYMENSION",
JACKAL = "JACKAL",
INJECTIVE = "INJECTIVE",
COMPOSABLE = "COMPOSABLE",
NOBLE = "NOBLE",
CUDOS = "CUDOS",
}

0 comments on commit 8de7f61

Please sign in to comment.