@eth-optimism/tokenlist 10.0.86 → 10.0.88
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-cfa1ea7e.d.ts → optimism.tokenlist-bfd4d06c.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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-25T00:53:14.497Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -1047,6 +1047,32 @@ var tokens = [
|
|
|
1047
1047
|
opTokenId: "BTRST"
|
|
1048
1048
|
}
|
|
1049
1049
|
},
|
|
1050
|
+
{
|
|
1051
|
+
chainId: 1,
|
|
1052
|
+
address: "0xa2fe5e51729be71261bcf42854012827bc44c044",
|
|
1053
|
+
name: "Burn",
|
|
1054
|
+
symbol: "BURN",
|
|
1055
|
+
decimals: 18,
|
|
1056
|
+
logoURI: "https://ethereum-optimism.github.io/data/BURN/logo.png",
|
|
1057
|
+
extensions: {
|
|
1058
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1059
|
+
opListId: "extended",
|
|
1060
|
+
opTokenId: "BURN"
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
chainId: 8453,
|
|
1065
|
+
address: "0xE678215723A44647F4729E92E0032e1634105CAb",
|
|
1066
|
+
name: "Burn",
|
|
1067
|
+
symbol: "BURN",
|
|
1068
|
+
decimals: 18,
|
|
1069
|
+
logoURI: "https://ethereum-optimism.github.io/data/BURN/logo.png",
|
|
1070
|
+
extensions: {
|
|
1071
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1072
|
+
opListId: "extended",
|
|
1073
|
+
opTokenId: "BURN"
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1050
1076
|
{
|
|
1051
1077
|
chainId: 1,
|
|
1052
1078
|
address: "0x936Ab482d6bd111910a42849D3A51Ff80BB0A711",
|
|
@@ -6138,6 +6164,32 @@ var tokens = [
|
|
|
6138
6164
|
opTokenId: "SIPHER"
|
|
6139
6165
|
}
|
|
6140
6166
|
},
|
|
6167
|
+
{
|
|
6168
|
+
chainId: 1,
|
|
6169
|
+
address: "0xCF078DA6e85389de507ceeDE0E3d217e457B9d49",
|
|
6170
|
+
name: "Skillful AI",
|
|
6171
|
+
symbol: "SKAI",
|
|
6172
|
+
decimals: 18,
|
|
6173
|
+
logoURI: "https://ethereum-optimism.github.io/data/SKAI/logo.svg",
|
|
6174
|
+
extensions: {
|
|
6175
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
6176
|
+
opListId: "extended",
|
|
6177
|
+
opTokenId: "SKAI"
|
|
6178
|
+
}
|
|
6179
|
+
},
|
|
6180
|
+
{
|
|
6181
|
+
chainId: 8453,
|
|
6182
|
+
address: "0xE7399151B688A265F347693d358821a5A8c213Ec",
|
|
6183
|
+
name: "Skillful AI",
|
|
6184
|
+
symbol: "SKAI",
|
|
6185
|
+
decimals: 18,
|
|
6186
|
+
logoURI: "https://ethereum-optimism.github.io/data/SKAI/logo.svg",
|
|
6187
|
+
extensions: {
|
|
6188
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
6189
|
+
opListId: "extended",
|
|
6190
|
+
opTokenId: "SKAI"
|
|
6191
|
+
}
|
|
6192
|
+
},
|
|
6141
6193
|
{
|
|
6142
6194
|
chainId: 10,
|
|
6143
6195
|
address: "0xc5Db22719A06418028A40A9B5E9A7c02959D0d08",
|
|
@@ -8608,7 +8660,7 @@ var tokens = [
|
|
|
8608
8660
|
var version = {
|
|
8609
8661
|
major: 10,
|
|
8610
8662
|
minor: 0,
|
|
8611
|
-
patch:
|
|
8663
|
+
patch: 88
|
|
8612
8664
|
};
|
|
8613
8665
|
var optimism_tokenlist_default = {
|
|
8614
8666
|
name,
|