@eth-optimism/tokenlist 10.0.1703 → 10.0.1704
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 +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-78c918f2.d.ts → optimism.tokenlist-16304402.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -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-08-11T14:42:39.734Z";
|
45
45
|
var tokens = [
|
46
46
|
{
|
47
47
|
chainId: 1,
|
@@ -3489,6 +3489,7 @@ var tokens = [
|
|
3489
3489
|
extensions: {
|
3490
3490
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
3491
3491
|
unichainBridgeAddress: "0x81014F44b0a345033bB2b3B21C7a1A308B35fEeA",
|
3492
|
+
celoBridgeAddress: "0x9C4955b92F34148dbcfDCD82e9c9eCe5CF2badfe",
|
3492
3493
|
opListId: "extended",
|
3493
3494
|
opTokenId: "ENS"
|
3494
3495
|
}
|
@@ -3519,6 +3520,19 @@ var tokens = [
|
|
3519
3520
|
opTokenId: "ENS"
|
3520
3521
|
}
|
3521
3522
|
},
|
3523
|
+
{
|
3524
|
+
chainId: 42220,
|
3525
|
+
address: "0x6D8aDA2df4aebb0561781775872DB1db98d9F791",
|
3526
|
+
name: "Ethereum Name Service (Celo native bridge)",
|
3527
|
+
symbol: "ENS",
|
3528
|
+
decimals: 18,
|
3529
|
+
logoURI: "https://ethereum-optimism.github.io/data/ENS/logo.png",
|
3530
|
+
extensions: {
|
3531
|
+
celoBridgeAddress: "0x4200000000000000000000000000000000000010",
|
3532
|
+
opListId: "extended",
|
3533
|
+
opTokenId: "ENS"
|
3534
|
+
}
|
3535
|
+
},
|
3522
3536
|
{
|
3523
3537
|
chainId: 1,
|
3524
3538
|
address: "0x22Fc5A29bd3d6CCe19a06f844019fd506fCe4455",
|
@@ -14330,7 +14344,7 @@ var tokens = [
|
|
14330
14344
|
var version = {
|
14331
14345
|
major: 10,
|
14332
14346
|
minor: 0,
|
14333
|
-
patch:
|
14347
|
+
patch: 1703
|
14334
14348
|
};
|
14335
14349
|
var optimism_tokenlist_default = {
|
14336
14350
|
name,
|