@eth-optimism/tokenlist 10.0.167 → 10.0.168
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/index.d.ts +1 -1
- package/dist/index.js +28 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +28 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-662b6528.d.ts → optimism.tokenlist-f5631a3d.d.ts} +28 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +28 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +28 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-11-20T04:
|
|
44
|
+
var timestamp = "2024-11-20T04:07:20.421Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -9162,6 +9162,32 @@ var tokens = [
|
|
|
9162
9162
|
opTokenId: "VELO"
|
|
9163
9163
|
}
|
|
9164
9164
|
},
|
|
9165
|
+
{
|
|
9166
|
+
chainId: 1,
|
|
9167
|
+
address: "0x3d3d35bb9bec23b06ca00fe472b50e7a4c692c30",
|
|
9168
|
+
name: "Vidya",
|
|
9169
|
+
symbol: "VIDYA",
|
|
9170
|
+
decimals: 18,
|
|
9171
|
+
logoURI: "https://ethereum-optimism.github.io/data/VIDYA/logo.svg",
|
|
9172
|
+
extensions: {
|
|
9173
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
9174
|
+
opListId: "extended",
|
|
9175
|
+
opTokenId: "VIDYA"
|
|
9176
|
+
}
|
|
9177
|
+
},
|
|
9178
|
+
{
|
|
9179
|
+
chainId: 8453,
|
|
9180
|
+
address: "0x46c8651ddedd50cbdf71de85d3de9aac80247b62",
|
|
9181
|
+
name: "Vidya",
|
|
9182
|
+
symbol: "VIDYA",
|
|
9183
|
+
decimals: 18,
|
|
9184
|
+
logoURI: "https://ethereum-optimism.github.io/data/VIDYA/logo.svg",
|
|
9185
|
+
extensions: {
|
|
9186
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
9187
|
+
opListId: "extended",
|
|
9188
|
+
opTokenId: "VIDYA"
|
|
9189
|
+
}
|
|
9190
|
+
},
|
|
9165
9191
|
{
|
|
9166
9192
|
chainId: 1,
|
|
9167
9193
|
address: "0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321",
|
|
@@ -10380,7 +10406,7 @@ var tokens = [
|
|
|
10380
10406
|
var version = {
|
|
10381
10407
|
major: 10,
|
|
10382
10408
|
minor: 0,
|
|
10383
|
-
patch:
|
|
10409
|
+
patch: 168
|
|
10384
10410
|
};
|
|
10385
10411
|
var optimism_tokenlist_default = {
|
|
10386
10412
|
name,
|