@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.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var keywords = [
|
|
|
22
22
|
"layer2",
|
|
23
23
|
"infrastructure"
|
|
24
24
|
];
|
|
25
|
-
var timestamp = "2024-06-
|
|
25
|
+
var timestamp = "2024-06-24T13:21:40.537Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -6119,6 +6119,32 @@ var tokens = [
|
|
|
6119
6119
|
opTokenId: "SIPHER"
|
|
6120
6120
|
}
|
|
6121
6121
|
},
|
|
6122
|
+
{
|
|
6123
|
+
chainId: 1,
|
|
6124
|
+
address: "0xCF078DA6e85389de507ceeDE0E3d217e457B9d49",
|
|
6125
|
+
name: "Skillful AI",
|
|
6126
|
+
symbol: "SKAI",
|
|
6127
|
+
decimals: 18,
|
|
6128
|
+
logoURI: "https://ethereum-optimism.github.io/data/SKAI/logo.svg",
|
|
6129
|
+
extensions: {
|
|
6130
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6131
|
+
opListId: "extended",
|
|
6132
|
+
opTokenId: "SKAI"
|
|
6133
|
+
}
|
|
6134
|
+
},
|
|
6135
|
+
{
|
|
6136
|
+
chainId: 8453,
|
|
6137
|
+
address: "0xE7399151B688A265F347693d358821a5A8c213Ec",
|
|
6138
|
+
name: "Skillful AI",
|
|
6139
|
+
symbol: "SKAI",
|
|
6140
|
+
decimals: 18,
|
|
6141
|
+
logoURI: "https://ethereum-optimism.github.io/data/SKAI/logo.svg",
|
|
6142
|
+
extensions: {
|
|
6143
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6144
|
+
opListId: "extended",
|
|
6145
|
+
opTokenId: "SKAI"
|
|
6146
|
+
}
|
|
6147
|
+
},
|
|
6122
6148
|
{
|
|
6123
6149
|
chainId: 10,
|
|
6124
6150
|
address: "0xc5Db22719A06418028A40A9B5E9A7c02959D0d08",
|
|
@@ -8589,7 +8615,7 @@ var tokens = [
|
|
|
8589
8615
|
var version = {
|
|
8590
8616
|
major: 10,
|
|
8591
8617
|
minor: 0,
|
|
8592
|
-
patch:
|
|
8618
|
+
patch: 87
|
|
8593
8619
|
};
|
|
8594
8620
|
var optimism_tokenlist_default = {
|
|
8595
8621
|
name,
|