@eth-optimism/tokenlist 10.0.224 → 10.0.225
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-12a749df.d.ts → optimism.tokenlist-cef5b566.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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 = "2025-02-
|
|
44
|
+
var timestamp = "2025-02-14T15:54:28.192Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5248,6 +5248,46 @@ var tokens = [
|
|
|
5248
5248
|
opTokenId: "KOMPETE"
|
|
5249
5249
|
}
|
|
5250
5250
|
},
|
|
5251
|
+
{
|
|
5252
|
+
chainId: 1,
|
|
5253
|
+
address: "0x464eBE77c293E473B48cFe96dDCf88fcF7bFDAC0",
|
|
5254
|
+
name: "Kryll",
|
|
5255
|
+
symbol: "KRL",
|
|
5256
|
+
decimals: 18,
|
|
5257
|
+
logoURI: "https://ethereum-optimism.github.io/data/KRL/logo.svg",
|
|
5258
|
+
extensions: {
|
|
5259
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
5260
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5261
|
+
opListId: "extended",
|
|
5262
|
+
opTokenId: "KRL"
|
|
5263
|
+
}
|
|
5264
|
+
},
|
|
5265
|
+
{
|
|
5266
|
+
chainId: 10,
|
|
5267
|
+
address: "0x2ed6222cb75e353b8789bec7bb443b7ec9022021",
|
|
5268
|
+
name: "Kryll",
|
|
5269
|
+
symbol: "KRL",
|
|
5270
|
+
decimals: 18,
|
|
5271
|
+
logoURI: "https://ethereum-optimism.github.io/data/KRL/logo.svg",
|
|
5272
|
+
extensions: {
|
|
5273
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5274
|
+
opListId: "extended",
|
|
5275
|
+
opTokenId: "KRL"
|
|
5276
|
+
}
|
|
5277
|
+
},
|
|
5278
|
+
{
|
|
5279
|
+
chainId: 8453,
|
|
5280
|
+
address: "0xdae49c25fad3a62a8e8bfb6da12c46be611f9f7a",
|
|
5281
|
+
name: "Kryll",
|
|
5282
|
+
symbol: "KRL",
|
|
5283
|
+
decimals: 18,
|
|
5284
|
+
logoURI: "https://ethereum-optimism.github.io/data/KRL/logo.svg",
|
|
5285
|
+
extensions: {
|
|
5286
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5287
|
+
opListId: "extended",
|
|
5288
|
+
opTokenId: "KRL"
|
|
5289
|
+
}
|
|
5290
|
+
},
|
|
5251
5291
|
{
|
|
5252
5292
|
chainId: 1,
|
|
5253
5293
|
address: "0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789",
|
|
@@ -12792,7 +12832,7 @@ var tokens = [
|
|
|
12792
12832
|
var version = {
|
|
12793
12833
|
major: 10,
|
|
12794
12834
|
minor: 0,
|
|
12795
|
-
patch:
|
|
12835
|
+
patch: 225
|
|
12796
12836
|
};
|
|
12797
12837
|
var optimism_tokenlist_default = {
|
|
12798
12838
|
name,
|