@sign-global/tokentable 0.4.3-beta.6 → 0.4.3-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -87,10 +87,10 @@ exports.solanaDevNet = {
87
87
  },
88
88
  rpcUrls: {
89
89
  public: {
90
- http: ['https://devnet.helius-rpc.com/?api-key=9466b696-5a41-4077-8352-b638a223b6a7']
90
+ http: ['https://devnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
91
91
  },
92
92
  default: {
93
- http: ['https://devnet.helius-rpc.com/?api-key=9466b696-5a41-4077-8352-b638a223b6a7']
93
+ http: ['https://devnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
94
94
  }
95
95
  },
96
96
  blockExplorers: {
@@ -112,10 +112,10 @@ exports.solanaMainNet = {
112
112
  },
113
113
  rpcUrls: {
114
114
  public: {
115
- http: ['https://mainnet.helius-rpc.com/?api-key=9466b696-5a41-4077-8352-b638a223b6a7']
115
+ http: ['https://mainnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
116
116
  },
117
117
  default: {
118
- http: ['https://mainnet.helius-rpc.com/?api-key=9466b696-5a41-4077-8352-b638a223b6a7']
118
+ http: ['https://mainnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
119
119
  }
120
120
  },
121
121
  blockExplorers: {
@@ -84,10 +84,10 @@ export const solanaDevNet = {
84
84
  },
85
85
  rpcUrls: {
86
86
  public: {
87
- http: ['https://devnet.helius-rpc.com/?api-key=9466b696-5a41-4077-8352-b638a223b6a7']
87
+ http: ['https://devnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
88
88
  },
89
89
  default: {
90
- http: ['https://devnet.helius-rpc.com/?api-key=9466b696-5a41-4077-8352-b638a223b6a7']
90
+ http: ['https://devnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
91
91
  }
92
92
  },
93
93
  blockExplorers: {
@@ -109,10 +109,10 @@ export const solanaMainNet = {
109
109
  },
110
110
  rpcUrls: {
111
111
  public: {
112
- http: ['https://mainnet.helius-rpc.com/?api-key=9466b696-5a41-4077-8352-b638a223b6a7']
112
+ http: ['https://mainnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
113
113
  },
114
114
  default: {
115
- http: ['https://mainnet.helius-rpc.com/?api-key=9466b696-5a41-4077-8352-b638a223b6a7']
115
+ http: ['https://mainnet.helius-rpc.com/?api-key=92a10901-e587-4f65-a180-4a63b7305966']
116
116
  }
117
117
  },
118
118
  blockExplorers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sign-global/tokentable",
3
- "version": "0.4.3-beta.6",
3
+ "version": "0.4.3-beta.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },