@instadapp/avocado-base 0.0.9 → 0.0.10
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.
- package/package.json +1 -1
- package/utils/network.ts +19 -19
package/package.json
CHANGED
package/utils/network.ts
CHANGED
|
@@ -188,25 +188,25 @@ export const networks: Network[] = [
|
|
|
188
188
|
// },
|
|
189
189
|
// },
|
|
190
190
|
// },
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
191
|
+
{
|
|
192
|
+
name: "Fantom",
|
|
193
|
+
chainId: 250,
|
|
194
|
+
explorerUrl: "https://ftmscan.com",
|
|
195
|
+
get serverRpcUrl() {
|
|
196
|
+
return process.env?.FANTOM_RPC_URL || this.params.rpcUrls[0];
|
|
197
|
+
},
|
|
198
|
+
usdcAddress: "0x04068da6c83afcfa0e13ba15a6696662335d5b75",
|
|
199
|
+
balanceResolverAddress: "0x929376c77a2fb8152375a089a4fccf84ff481479",
|
|
200
|
+
params: {
|
|
201
|
+
rpcUrls: ["https://rpc.ankr.com/fantom"],
|
|
202
|
+
chainName: "Fantom",
|
|
203
|
+
nativeCurrency: {
|
|
204
|
+
name: "Fantom",
|
|
205
|
+
symbol: "FTM",
|
|
206
|
+
decimals: 18,
|
|
207
|
+
},
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
210
|
{
|
|
211
211
|
name: AVO_PROD_CHAIN_NAME,
|
|
212
212
|
chainId: AVO_PROD_CHAIN_ID,
|