@eth-optimism/tokenlist 10.0.1699 → 10.0.1700
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-b339777a.d.ts → optimism.tokenlist-b14fc5bc.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-
|
44
|
+
var timestamp = "2025-07-02T04:56:56.519Z";
|
45
45
|
var tokens = [
|
46
46
|
{
|
47
47
|
chainId: 1,
|
@@ -2331,6 +2331,32 @@ var tokens = [
|
|
2331
2331
|
opTokenId: "CNG"
|
2332
2332
|
}
|
2333
2333
|
},
|
2334
|
+
{
|
2335
|
+
chainId: 1,
|
2336
|
+
address: "0xf828BA501B108FbC6c88eBDfF81C401BB6B94848",
|
2337
|
+
name: "coordinape.com",
|
2338
|
+
symbol: "CO",
|
2339
|
+
decimals: 18,
|
2340
|
+
logoURI: "https://ethereum-optimism.github.io/data/CO/logo.svg",
|
2341
|
+
extensions: {
|
2342
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
2343
|
+
opListId: "extended",
|
2344
|
+
opTokenId: "CO"
|
2345
|
+
}
|
2346
|
+
},
|
2347
|
+
{
|
2348
|
+
chainId: 8453,
|
2349
|
+
address: "0xe8A9ABa04e6807Cc77501862cC7eA17c9603291E",
|
2350
|
+
name: "CoDAO",
|
2351
|
+
symbol: "CO",
|
2352
|
+
decimals: 18,
|
2353
|
+
logoURI: "https://ethereum-optimism.github.io/data/CO/logo.svg",
|
2354
|
+
extensions: {
|
2355
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
2356
|
+
opListId: "extended",
|
2357
|
+
opTokenId: "CO"
|
2358
|
+
}
|
2359
|
+
},
|
2334
2360
|
{
|
2335
2361
|
chainId: 1,
|
2336
2362
|
address: "0xc8d9871a79551ab4439c9e08f12962e3785f0437",
|
@@ -14238,7 +14264,7 @@ var tokens = [
|
|
14238
14264
|
var version = {
|
14239
14265
|
major: 10,
|
14240
14266
|
minor: 0,
|
14241
|
-
patch:
|
14267
|
+
patch: 1699
|
14242
14268
|
};
|
14243
14269
|
var optimism_tokenlist_default = {
|
14244
14270
|
name,
|