-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prepare v10.0.2 release * Add flag for lavaChainId
- Loading branch information
1 parent
847604e
commit 9bc0cf8
Showing
15 changed files
with
406 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
"lint": "eslint '**/*.ts'" | ||
}, | ||
"dependencies": { | ||
"@lavanet/lava-sdk": "0.9.0", | ||
"@lavanet/lava-sdk": "0.10.2", | ||
"ethers-v5": "npm:[email protected]" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,97 @@ | ||
[ | ||
{ | ||
"name": "Celo Alfajores Testnet", | ||
"chainID": "ALFAJORES", | ||
"networkID": 44787 | ||
}, | ||
{ | ||
"name": "Arbitrum mainnet", | ||
"chainID": "ARB1", | ||
"networkID": 42161 | ||
}, | ||
{ | ||
"name": "Arbitrum Nova testnet", | ||
"chainID": "ARBN", | ||
"networkID": 42170 | ||
}, | ||
{ | ||
"name": "Base goerli testnet", | ||
"chainID": "BASET", | ||
"networkID": 84531 | ||
}, | ||
{ | ||
"name": "BSC mainnet", | ||
"chainID": "BSC", | ||
"networkID": 56 | ||
}, | ||
{ | ||
"name": "BSC testnet", | ||
"chainID": "BSCT", | ||
"networkID": 97 | ||
}, | ||
{ | ||
"name": "Canto mainnet", | ||
"chainID": "CANTO", | ||
"networkID": 7700 | ||
}, | ||
{ | ||
"name": "Celo Mainnet", | ||
"chainID": "CELO", | ||
"networkID": 42220 | ||
}, | ||
{ | ||
"name": "Ethereum Mainnet", | ||
"chainID": "ETH1", | ||
"networkID": 1 | ||
}, | ||
{ | ||
"name": "Evmos mainnet", | ||
"chainID": "EVMOS", | ||
"networkID": 9001 | ||
}, | ||
{ | ||
"name": "Evmos testnet", | ||
"chainID": "EVMOST", | ||
"networkID": 9000 | ||
}, | ||
{ | ||
"name": "Fantom Mainnet", | ||
"chainID": "FTM250", | ||
"networkID": 250 | ||
}, | ||
{ | ||
"name": "Fantom Testnet", | ||
"chainID": "FTM4002", | ||
"networkID": 4002 | ||
}, | ||
{ | ||
"name": "Goerli Testnet", | ||
"chainID": "GTH1", | ||
"networkID": 5 | ||
}, | ||
{ | ||
"name": "Optimism mainnet", | ||
"chainID": "OPTM", | ||
"networkID": 10 | ||
}, | ||
{ | ||
"name": "Optimism goerli testnet", | ||
"chainID": "OPTMT", | ||
"networkID": 420 | ||
}, | ||
{ | ||
"name": "Polygon Mainnet", | ||
"chainID": "POLYGON1", | ||
"networkID": 137 | ||
}, | ||
{ | ||
"name": "Polygon testnet", | ||
"chainID": "POLYGON1T", | ||
"networkID": 80001 | ||
} | ||
{ | ||
"name": "Avalanche mainnet", | ||
"chainID": "AVAX", | ||
"networkID": 43114 | ||
}, | ||
{ | ||
"name": "Celo Alfajores Testnet", | ||
"chainID": "ALFAJORES", | ||
"networkID": 44787 | ||
}, | ||
{ | ||
"name": "Arbitrum mainnet", | ||
"chainID": "ARB1", | ||
"networkID": 42161 | ||
}, | ||
{ | ||
"name": "Arbitrum Nova testnet", | ||
"chainID": "ARBN", | ||
"networkID": 42170 | ||
}, | ||
{ | ||
"name": "Base goerli testnet", | ||
"chainID": "BASET", | ||
"networkID": 84531 | ||
}, | ||
{ | ||
"name": "BSC mainnet", | ||
"chainID": "BSC", | ||
"networkID": 56 | ||
}, | ||
{ | ||
"name": "BSC testnet", | ||
"chainID": "BSCT", | ||
"networkID": 97 | ||
}, | ||
{ | ||
"name": "Canto mainnet", | ||
"chainID": "CANTO", | ||
"networkID": 7700 | ||
}, | ||
{ | ||
"name": "Celo Mainnet", | ||
"chainID": "CELO", | ||
"networkID": 42220 | ||
}, | ||
{ | ||
"name": "Ethereum Mainnet", | ||
"chainID": "ETH1", | ||
"networkID": 1 | ||
}, | ||
{ | ||
"name": "Evmos mainnet", | ||
"chainID": "EVMOS", | ||
"networkID": 9001 | ||
}, | ||
{ | ||
"name": "Evmos testnet", | ||
"chainID": "EVMOST", | ||
"networkID": 9000 | ||
}, | ||
{ | ||
"name": "Fantom Mainnet", | ||
"chainID": "FTM250", | ||
"networkID": 250 | ||
}, | ||
{ | ||
"name": "Fantom Testnet", | ||
"chainID": "FTM4002", | ||
"networkID": 4002 | ||
}, | ||
{ | ||
"name": "Goerli Testnet", | ||
"chainID": "GTH1", | ||
"networkID": 5 | ||
}, | ||
{ | ||
"name": "Optimism mainnet", | ||
"chainID": "OPTM", | ||
"networkID": 10 | ||
}, | ||
{ | ||
"name": "Optimism goerli testnet", | ||
"chainID": "OPTMT", | ||
"networkID": 420 | ||
}, | ||
{ | ||
"name": "Polygon Mainnet", | ||
"chainID": "POLYGON1", | ||
"networkID": 137 | ||
}, | ||
{ | ||
"name": "Polygon testnet", | ||
"chainID": "POLYGON1T", | ||
"networkID": 80001 | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.