We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5513f commit 5009c8bCopy full SHA for 5009c8b
package.json
@@ -1,12 +1,12 @@
1
{
2
- "name": "@zetachain/gateway",
+ "name": "@zetachain/protocol-contracts-solana",
3
"private": false,
4
"license": "MIT",
5
"version": "0.0.0-set-on-publish",
6
"description": "Package contains IDL and shared object files for the Solana Gateway program, enabling cross-chain functionality with ZetaChain",
7
"files": [
8
- "mainnet",
9
- "testnet",
+ "prod",
+ "dev",
10
"index.js"
11
],
12
"scripts": {
0 commit comments