@yodlpay/tokenlists 0.9.0 → 0.9.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/dist/chainlist-v1.json +72 -14
- package/dist/tokenlists.cjs.development.js +14 -0
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +14 -0
- package/dist/tokenlists.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/tokenlists.esm.js
CHANGED
|
@@ -6154,6 +6154,20 @@ var chains = [
|
|
|
6154
6154
|
"ONE_INCH"
|
|
6155
6155
|
]
|
|
6156
6156
|
},
|
|
6157
|
+
{
|
|
6158
|
+
chainName: "Arbitrum Sepolia",
|
|
6159
|
+
shortName: "arbitrum-sepolia",
|
|
6160
|
+
testnet: false,
|
|
6161
|
+
chainId: 421614,
|
|
6162
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/chains/42161/logo.svg",
|
|
6163
|
+
rpcUrls: [
|
|
6164
|
+
],
|
|
6165
|
+
wrappedNativeToken: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
6166
|
+
explorerUrl: "https://sepolia.arbiscan.io",
|
|
6167
|
+
nativeTokenName: "ETH",
|
|
6168
|
+
timestamp: "2024-06-20T08:16:18.932Z",
|
|
6169
|
+
feeTreasury: "0x5f0947253a8218894af13438ac2e2e0ced30d234"
|
|
6170
|
+
},
|
|
6157
6171
|
{
|
|
6158
6172
|
chainName: "Optimism",
|
|
6159
6173
|
shortName: "oeth",
|