@bitgo-beta/statics
Advanced tools
Comparing version 15.1.1-beta.704 to 15.1.1-beta.705
@@ -1022,2 +1022,5 @@ import { CoinFamily } from './base'; | ||
nativeCoinOperationHashPrefix: string; | ||
batcherContractAddress: string; | ||
forwarderFactoryAddress: string; | ||
forwarderImplementationAddress: string; | ||
} | ||
@@ -1039,2 +1042,5 @@ declare class Wemix extends Mainnet implements EthereumNetwork { | ||
nativeCoinOperationHashPrefix: string; | ||
batcherContractAddress: string; | ||
forwarderFactoryAddress: string; | ||
forwarderImplementationAddress: string; | ||
} | ||
@@ -1056,2 +1062,5 @@ declare class Flare extends Mainnet implements EthereumNetwork { | ||
nativeCoinOperationHashPrefix: string; | ||
batcherContractAddress: string; | ||
forwarderFactoryAddress: string; | ||
forwarderImplementationAddress: string; | ||
} | ||
@@ -1073,2 +1082,5 @@ declare class Songbird extends Mainnet implements EthereumNetwork { | ||
nativeCoinOperationHashPrefix: string; | ||
batcherContractAddress: string; | ||
forwarderFactoryAddress: string; | ||
forwarderImplementationAddress: string; | ||
} | ||
@@ -1075,0 +1087,0 @@ declare class BaseChainTestnet extends Testnet implements EthereumNetwork { |
{ | ||
"name": "@bitgo-beta/statics", | ||
"version": "15.1.1-beta.704", | ||
"version": "15.1.1-beta.705", | ||
"description": "dependency-free static configuration for the bitgo platform", | ||
@@ -40,3 +40,3 @@ "main": "./dist/src/index.js", | ||
}, | ||
"gitHead": "5a421929cb9fb54e5aeefbdb2b0d949ffadc26fd" | ||
"gitHead": "607d3b3f5d4809e6cb4bb340adedd6572af93863" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3606692
17582