@instadapp/avocado-base 0.3.0 → 0.3.2
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 +20 -20
package/package.json
CHANGED
package/utils/network.ts
CHANGED
|
@@ -115,8 +115,8 @@ export const networks: Network[] = [
|
|
|
115
115
|
params: {
|
|
116
116
|
chainName: 'Matic(Polygon) Mainnet',
|
|
117
117
|
nativeCurrency: {
|
|
118
|
-
name: '
|
|
119
|
-
symbol: '
|
|
118
|
+
name: 'POL (ex-MATIC)',
|
|
119
|
+
symbol: 'POL',
|
|
120
120
|
decimals: 18,
|
|
121
121
|
},
|
|
122
122
|
rpcUrls: ['https://polygon-rpc.com'],
|
|
@@ -534,24 +534,24 @@ export const networks: Network[] = [
|
|
|
534
534
|
viemChain: linea,
|
|
535
535
|
ankrName: 'linea',
|
|
536
536
|
},
|
|
537
|
-
{
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
},
|
|
537
|
+
// {
|
|
538
|
+
// name: sonic.name,
|
|
539
|
+
// chainId: sonic.id,
|
|
540
|
+
// explorerUrl: sonic.blockExplorers.default.url,
|
|
541
|
+
// legacySupported: false,
|
|
542
|
+
// viemChain: sonic,
|
|
543
|
+
// color: '#78d64b',
|
|
544
|
+
// apiURL: null,
|
|
545
|
+
// fakeTransactionHash: '0xc8fe01a980987295c36e898b4681fa8c937eb8dfd48a3ae080956b36a66195ee',
|
|
546
|
+
// get serverRpcUrl() {
|
|
547
|
+
// return process.env?.SONIC_RPC_URL || this.params.rpcUrls[0]
|
|
548
|
+
// },
|
|
549
|
+
// params: {
|
|
550
|
+
// rpcUrls: sonic.rpcUrls.default.http as any,
|
|
551
|
+
// chainName: sonic.name,
|
|
552
|
+
// nativeCurrency: sonic.nativeCurrency,
|
|
553
|
+
// },
|
|
554
|
+
// },
|
|
555
555
|
// {
|
|
556
556
|
// name: "Manta Pacific",
|
|
557
557
|
// chainId: 169,
|