@eth-optimism/tokenlist 10.0.115 → 10.0.116
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-90f70bda.d.ts → optimism.tokenlist-056fea1e.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-08-
|
|
25
|
+
var timestamp = "2024-08-29T23:31:03.321Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -1194,6 +1194,32 @@ var tokens = [
|
|
|
1194
1194
|
opTokenId: "cbETH"
|
|
1195
1195
|
}
|
|
1196
1196
|
},
|
|
1197
|
+
{
|
|
1198
|
+
chainId: 1,
|
|
1199
|
+
address: "0x37fc4b48ce93469dbea9918468993c735049642a",
|
|
1200
|
+
name: "CropBytes",
|
|
1201
|
+
symbol: "CBX",
|
|
1202
|
+
decimals: 18,
|
|
1203
|
+
logoURI: "https://ethereum-optimism.github.io/data/CBX/logo.svg",
|
|
1204
|
+
extensions: {
|
|
1205
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
1206
|
+
opListId: "extended",
|
|
1207
|
+
opTokenId: "CBX"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
chainId: 8453,
|
|
1212
|
+
address: "0xD988824d7fA1998D0ABBab2F79A82aF762886caC",
|
|
1213
|
+
name: "CropBytes",
|
|
1214
|
+
symbol: "CBX",
|
|
1215
|
+
decimals: 18,
|
|
1216
|
+
logoURI: "https://ethereum-optimism.github.io/data/CBX/logo.svg",
|
|
1217
|
+
extensions: {
|
|
1218
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
1219
|
+
opListId: "extended",
|
|
1220
|
+
opTokenId: "CBX"
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1197
1223
|
{
|
|
1198
1224
|
chainId: 8453,
|
|
1199
1225
|
address: "0x2fa824bb2e06d6cac7dbab00be37dc0f3d440e8b",
|
|
@@ -9207,7 +9233,7 @@ var tokens = [
|
|
|
9207
9233
|
var version = {
|
|
9208
9234
|
major: 10,
|
|
9209
9235
|
minor: 0,
|
|
9210
|
-
patch:
|
|
9236
|
+
patch: 116
|
|
9211
9237
|
};
|
|
9212
9238
|
var optimism_tokenlist_default = {
|
|
9213
9239
|
name,
|