@eth-optimism/tokenlist 10.0.231 → 10.0.232
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-77d83287.d.ts → optimism.tokenlist-fdc648b3.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 = "2025-02-
|
|
44
|
+
var timestamp = "2025-02-20T14:51:30.326Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -5182,6 +5182,32 @@ var tokens = [
|
|
|
5182
5182
|
opTokenId: "KIBSHI"
|
|
5183
5183
|
}
|
|
5184
5184
|
},
|
|
5185
|
+
{
|
|
5186
|
+
chainId: 1,
|
|
5187
|
+
address: "0x7866E48C74CbFB8183cd1a929cd9b95a7a5CB4F4",
|
|
5188
|
+
name: "DexKit",
|
|
5189
|
+
symbol: "KIT",
|
|
5190
|
+
decimals: 18,
|
|
5191
|
+
logoURI: "https://ethereum-optimism.github.io/data/KIT/logo.svg",
|
|
5192
|
+
extensions: {
|
|
5193
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
5194
|
+
opListId: "extended",
|
|
5195
|
+
opTokenId: "KIT"
|
|
5196
|
+
}
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
chainId: 8453,
|
|
5200
|
+
address: "0x946F8B0eF009F3F5B1b35E6511a82A58b09d8d4e",
|
|
5201
|
+
name: "DexKit",
|
|
5202
|
+
symbol: "KIT",
|
|
5203
|
+
decimals: 18,
|
|
5204
|
+
logoURI: "https://ethereum-optimism.github.io/data/KIT/logo.svg",
|
|
5205
|
+
extensions: {
|
|
5206
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
5207
|
+
opListId: "extended",
|
|
5208
|
+
opTokenId: "KIT"
|
|
5209
|
+
}
|
|
5210
|
+
},
|
|
5185
5211
|
{
|
|
5186
5212
|
chainId: 1,
|
|
5187
5213
|
address: "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202",
|
|
@@ -12966,7 +12992,7 @@ var tokens = [
|
|
|
12966
12992
|
var version = {
|
|
12967
12993
|
major: 10,
|
|
12968
12994
|
minor: 0,
|
|
12969
|
-
patch:
|
|
12995
|
+
patch: 232
|
|
12970
12996
|
};
|
|
12971
12997
|
var optimism_tokenlist_default = {
|
|
12972
12998
|
name,
|