@0xsquid/squid-types
Advanced tools
Comparing version 0.1.138-beta.0 to 0.1.138-beta.1
@@ -6,3 +6,4 @@ import { BridgeConfig } from "bridges"; | ||
BTC = "bitcoin", | ||
SOLANA = "solana" | ||
SOLANA = "solana", | ||
XRP = "xrp" | ||
} | ||
@@ -9,0 +10,0 @@ export type BaseChain = { |
@@ -10,2 +10,3 @@ "use strict"; | ||
ChainType["SOLANA"] = "solana"; | ||
ChainType["XRP"] = "xrp"; | ||
})(ChainType || (exports.ChainType = ChainType = {})); | ||
@@ -12,0 +13,0 @@ var ChainName; |
{ | ||
"name": "@0xsquid/squid-types", | ||
"version": "0.1.138-beta.0", | ||
"version": "0.1.138-beta.1", | ||
"description": "JS and TS types relating to 0xsquid related projects.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
78447
1974