@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.mjs
CHANGED
@@ -22,7 +22,7 @@ var keywords = [
|
|
22
22
|
"layer2",
|
23
23
|
"infrastructure"
|
24
24
|
];
|
25
|
-
var timestamp = "2025-
|
25
|
+
var timestamp = "2025-07-02T04:56:56.519Z";
|
26
26
|
var tokens = [
|
27
27
|
{
|
28
28
|
chainId: 1,
|
@@ -2312,6 +2312,32 @@ var tokens = [
|
|
2312
2312
|
opTokenId: "CNG"
|
2313
2313
|
}
|
2314
2314
|
},
|
2315
|
+
{
|
2316
|
+
chainId: 1,
|
2317
|
+
address: "0xf828BA501B108FbC6c88eBDfF81C401BB6B94848",
|
2318
|
+
name: "coordinape.com",
|
2319
|
+
symbol: "CO",
|
2320
|
+
decimals: 18,
|
2321
|
+
logoURI: "https://ethereum-optimism.github.io/data/CO/logo.svg",
|
2322
|
+
extensions: {
|
2323
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
2324
|
+
opListId: "extended",
|
2325
|
+
opTokenId: "CO"
|
2326
|
+
}
|
2327
|
+
},
|
2328
|
+
{
|
2329
|
+
chainId: 8453,
|
2330
|
+
address: "0xe8A9ABa04e6807Cc77501862cC7eA17c9603291E",
|
2331
|
+
name: "CoDAO",
|
2332
|
+
symbol: "CO",
|
2333
|
+
decimals: 18,
|
2334
|
+
logoURI: "https://ethereum-optimism.github.io/data/CO/logo.svg",
|
2335
|
+
extensions: {
|
2336
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
2337
|
+
opListId: "extended",
|
2338
|
+
opTokenId: "CO"
|
2339
|
+
}
|
2340
|
+
},
|
2315
2341
|
{
|
2316
2342
|
chainId: 1,
|
2317
2343
|
address: "0xc8d9871a79551ab4439c9e08f12962e3785f0437",
|
@@ -14219,7 +14245,7 @@ var tokens = [
|
|
14219
14245
|
var version = {
|
14220
14246
|
major: 10,
|
14221
14247
|
minor: 0,
|
14222
|
-
patch:
|
14248
|
+
patch: 1699
|
14223
14249
|
};
|
14224
14250
|
var optimism_tokenlist_default = {
|
14225
14251
|
name,
|