@eth-optimism/tokenlist 10.0.86 → 10.0.87
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-cfa1ea7e.d.ts → optimism.tokenlist-a962fdb0.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-06-
|
|
44
|
+
var timestamp = "2024-06-24T13:21:40.537Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -6138,6 +6138,32 @@ var tokens = [
|
|
|
6138
6138
|
opTokenId: "SIPHER"
|
|
6139
6139
|
}
|
|
6140
6140
|
},
|
|
6141
|
+
{
|
|
6142
|
+
chainId: 1,
|
|
6143
|
+
address: "0xCF078DA6e85389de507ceeDE0E3d217e457B9d49",
|
|
6144
|
+
name: "Skillful AI",
|
|
6145
|
+
symbol: "SKAI",
|
|
6146
|
+
decimals: 18,
|
|
6147
|
+
logoURI: "https://ethereum-optimism.github.io/data/SKAI/logo.svg",
|
|
6148
|
+
extensions: {
|
|
6149
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6150
|
+
opListId: "extended",
|
|
6151
|
+
opTokenId: "SKAI"
|
|
6152
|
+
}
|
|
6153
|
+
},
|
|
6154
|
+
{
|
|
6155
|
+
chainId: 8453,
|
|
6156
|
+
address: "0xE7399151B688A265F347693d358821a5A8c213Ec",
|
|
6157
|
+
name: "Skillful AI",
|
|
6158
|
+
symbol: "SKAI",
|
|
6159
|
+
decimals: 18,
|
|
6160
|
+
logoURI: "https://ethereum-optimism.github.io/data/SKAI/logo.svg",
|
|
6161
|
+
extensions: {
|
|
6162
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6163
|
+
opListId: "extended",
|
|
6164
|
+
opTokenId: "SKAI"
|
|
6165
|
+
}
|
|
6166
|
+
},
|
|
6141
6167
|
{
|
|
6142
6168
|
chainId: 10,
|
|
6143
6169
|
address: "0xc5Db22719A06418028A40A9B5E9A7c02959D0d08",
|
|
@@ -8608,7 +8634,7 @@ var tokens = [
|
|
|
8608
8634
|
var version = {
|
|
8609
8635
|
major: 10,
|
|
8610
8636
|
minor: 0,
|
|
8611
|
-
patch:
|
|
8637
|
+
patch: 87
|
|
8612
8638
|
};
|
|
8613
8639
|
var optimism_tokenlist_default = {
|
|
8614
8640
|
name,
|