@b3dotfun/sdk 0.0.49-alpha.6 → 0.0.49-alpha.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.
|
@@ -107,7 +107,7 @@ exports.EVM_MAINNET = {
|
|
|
107
107
|
viem: getCustomEvmChain(chains_1.polygon, "https://purple-young-field.matic.quiknode.pro/ca54f365c1a4c7f970223eb8087e0fc579feba12/"),
|
|
108
108
|
pollingInterval: 1000, // 1 second for Polygon
|
|
109
109
|
zapperEnum: "POLYGON_MAINNET",
|
|
110
|
-
coingeckoName: "
|
|
110
|
+
coingeckoName: "polygon_pos",
|
|
111
111
|
},
|
|
112
112
|
[chains_1.avalanche.id]: {
|
|
113
113
|
id: chains_1.avalanche.id,
|
|
@@ -83,7 +83,7 @@ export const EVM_MAINNET = {
|
|
|
83
83
|
viem: getCustomEvmChain(polygon, "https://purple-young-field.matic.quiknode.pro/ca54f365c1a4c7f970223eb8087e0fc579feba12/"),
|
|
84
84
|
pollingInterval: 1000, // 1 second for Polygon
|
|
85
85
|
zapperEnum: "POLYGON_MAINNET",
|
|
86
|
-
coingeckoName: "
|
|
86
|
+
coingeckoName: "polygon_pos",
|
|
87
87
|
},
|
|
88
88
|
[avalanche.id]: {
|
|
89
89
|
id: avalanche.id,
|
package/package.json
CHANGED
|
@@ -126,7 +126,7 @@ export const EVM_MAINNET: Record<number, IEVMChain> = {
|
|
|
126
126
|
),
|
|
127
127
|
pollingInterval: 1000, // 1 second for Polygon
|
|
128
128
|
zapperEnum: "POLYGON_MAINNET",
|
|
129
|
-
coingeckoName: "
|
|
129
|
+
coingeckoName: "polygon_pos",
|
|
130
130
|
},
|
|
131
131
|
[avalanche.id]: {
|
|
132
132
|
id: avalanche.id,
|