Skip to content

Commit

Permalink
ALL-5089 Add IOTA rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Apr 11, 2024
1 parent 9286455 commit 20dec77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tatumio",
"version": "2.2.69",
"version": "2.2.70",
"license": "MIT",
"repository": "https://github.com/tatumio/tatum-js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/api-client/src/lib/models/Currency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export enum Currency {
KADENA = 'KADENA',
ROSTRUM = 'ROSTRUM',
ATOM = 'ATOM',
IOTA = 'IOTA',
}

export const ERC20_CURRENCIES = [
Expand Down

0 comments on commit 20dec77

Please sign in to comment.