@instadapp/avocado-base 0.0.20 → 0.0.21

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/utils/network.ts +21 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instadapp/avocado-base",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "main": "./nuxt.config.ts",
6
6
  "types": "global.d.ts",
package/utils/network.ts CHANGED
@@ -183,26 +183,27 @@ export const networks: Network[] = [
183
183
  },
184
184
  },
185
185
  },
186
- // {
187
- // name: "Aurora",
188
- // chainId: 1313161554,
189
- // zerionName: "aurora",
190
- // explorerUrl: "https://explorer.mainnet.aurora.dev",
191
- // get serverRpcUrl() {
192
- // return process.env?.AURORA_RPC_URL || this.params.rpcUrls[0];
193
- // },
194
- // usdcAddress: "0xB12BFcA5A55806AaF64E99521918A4bf0fC40802",
195
- // balanceResolverAddress: "0xdF19Da523DA64bBE82eE0E4DFf00d676A8386474",
196
- // params: {
197
- // rpcUrls: ["https://mainnet.aurora.dev"],
198
- // chainName: "Aurora",
199
- // nativeCurrency: {
200
- // decimals: 18,
201
- // name: "Aurora ETH",
202
- // symbol: "AETH",
203
- // },
204
- // },
205
- // },
186
+ {
187
+ name: "Aurora",
188
+ chainId: 1313161554,
189
+ zerionName: "aurora",
190
+ color: "#78d64b",
191
+ explorerUrl: "https://explorer.mainnet.aurora.dev",
192
+ get serverRpcUrl() {
193
+ return process.env?.AURORA_RPC_URL || this.params.rpcUrls[0];
194
+ },
195
+ usdcAddress: "0xB12BFcA5A55806AaF64E99521918A4bf0fC40802",
196
+ balanceResolverAddress: "0xdF19Da523DA64bBE82eE0E4DFf00d676A8386474",
197
+ params: {
198
+ rpcUrls: ["https://mainnet.aurora.dev"],
199
+ chainName: "Aurora",
200
+ nativeCurrency: {
201
+ decimals: 18,
202
+ name: "Aurora ETH",
203
+ symbol: "AETH",
204
+ },
205
+ },
206
+ },
206
207
  {
207
208
  name: "Fantom",
208
209
  chainId: 250,