@eth-optimism/tokenlist 9.0.8 → 9.0.9
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-4aaa8619.d.ts → optimism.tokenlist-d52a9b3a.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 = "2023-11-
|
|
25
|
+
var timestamp = "2023-11-15T23:25:02.182Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -3395,6 +3395,32 @@ var tokens = [
|
|
|
3395
3395
|
opTokenId: "NOGS"
|
|
3396
3396
|
}
|
|
3397
3397
|
},
|
|
3398
|
+
{
|
|
3399
|
+
chainId: 1,
|
|
3400
|
+
address: "0x967da4048cD07aB37855c090aAF366e4ce1b9F48",
|
|
3401
|
+
name: "Ocean Token",
|
|
3402
|
+
symbol: "OCEAN",
|
|
3403
|
+
decimals: 18,
|
|
3404
|
+
logoURI: "https://ethereum-optimism.github.io/data/OCEAN/logo.png",
|
|
3405
|
+
extensions: {
|
|
3406
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
3407
|
+
opListId: "extended",
|
|
3408
|
+
opTokenId: "OCEAN"
|
|
3409
|
+
}
|
|
3410
|
+
},
|
|
3411
|
+
{
|
|
3412
|
+
chainId: 10,
|
|
3413
|
+
address: "0x2561aa2bB1d2Eb6629EDd7b0938d7679B8b49f9E",
|
|
3414
|
+
name: "Ocean Token",
|
|
3415
|
+
symbol: "OCEAN",
|
|
3416
|
+
decimals: 18,
|
|
3417
|
+
logoURI: "https://ethereum-optimism.github.io/data/OCEAN/logo.png",
|
|
3418
|
+
extensions: {
|
|
3419
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
3420
|
+
opListId: "extended",
|
|
3421
|
+
opTokenId: "OCEAN"
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3398
3424
|
{
|
|
3399
3425
|
chainId: 10,
|
|
3400
3426
|
address: "0x4200000000000000000000000000000000000042",
|
|
@@ -6261,7 +6287,7 @@ var tokens = [
|
|
|
6261
6287
|
var version = {
|
|
6262
6288
|
major: 9,
|
|
6263
6289
|
minor: 0,
|
|
6264
|
-
patch:
|
|
6290
|
+
patch: 9
|
|
6265
6291
|
};
|
|
6266
6292
|
var optimism_tokenlist_default = {
|
|
6267
6293
|
name,
|