@instadapp/avocado-base 0.0.6 → 0.0.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.
- package/components/ChainLogo.vue +1 -1
- package/package.json +1 -1
- package/utils/network.ts +2 -2
package/components/ChainLogo.vue
CHANGED
package/package.json
CHANGED
package/utils/network.ts
CHANGED
|
@@ -189,7 +189,7 @@ export const networks: Network[] = [
|
|
|
189
189
|
},
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
|
-
name: "Fantom
|
|
192
|
+
name: "Fantom",
|
|
193
193
|
chainId: 250,
|
|
194
194
|
explorerUrl: "https://ftmscan.com",
|
|
195
195
|
get serverRpcUrl() {
|
|
@@ -199,7 +199,7 @@ export const networks: Network[] = [
|
|
|
199
199
|
balanceResolverAddress: "0x929376c77a2fb8152375a089a4fccf84ff481479",
|
|
200
200
|
params: {
|
|
201
201
|
rpcUrls: ["https://rpc.ankr.com/fantom"],
|
|
202
|
-
chainName: "Fantom
|
|
202
|
+
chainName: "Fantom",
|
|
203
203
|
nativeCurrency: {
|
|
204
204
|
name: "Fantom",
|
|
205
205
|
symbol: "FTM",
|