@eth-optimism/tokenlist 8.3.109 → 8.3.110
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 +42 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-c039f977.d.ts → optimism.tokenlist-80e52dca.d.ts} +42 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +42 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +42 -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-08-09T22:54:
|
|
25
|
+
var timestamp = "2023-08-09T22:54:58.755Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -590,6 +590,46 @@ var tokens = [
|
|
|
590
590
|
opTokenId: "CHI"
|
|
591
591
|
}
|
|
592
592
|
},
|
|
593
|
+
{
|
|
594
|
+
chainId: 1,
|
|
595
|
+
address: "0xc8d9871a79551ab4439c9e08f12962e3785f0437",
|
|
596
|
+
name: "CryptoOracle Collective",
|
|
597
|
+
symbol: "COC",
|
|
598
|
+
decimals: 18,
|
|
599
|
+
logoURI: "https://ethereum-optimism.github.io/data/COC/logo.svg",
|
|
600
|
+
extensions: {
|
|
601
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
602
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
603
|
+
opListId: "extended",
|
|
604
|
+
opTokenId: "COC"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
chainId: 10,
|
|
609
|
+
address: "0x629c2fd5d5f432357465b59d7832389a89956f0b",
|
|
610
|
+
name: "CryptoOracle Collective",
|
|
611
|
+
symbol: "COC",
|
|
612
|
+
decimals: 18,
|
|
613
|
+
logoURI: "https://ethereum-optimism.github.io/data/COC/logo.svg",
|
|
614
|
+
extensions: {
|
|
615
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
616
|
+
opListId: "extended",
|
|
617
|
+
opTokenId: "COC"
|
|
618
|
+
}
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
chainId: 8453,
|
|
622
|
+
address: "0xE2B21D4684b2bA62F3BE1FE286eacb90D26E394d",
|
|
623
|
+
name: "CryptoOracle Collective",
|
|
624
|
+
symbol: "COC",
|
|
625
|
+
decimals: 18,
|
|
626
|
+
logoURI: "https://ethereum-optimism.github.io/data/COC/logo.svg",
|
|
627
|
+
extensions: {
|
|
628
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
629
|
+
opListId: "extended",
|
|
630
|
+
opTokenId: "COC"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
593
633
|
{
|
|
594
634
|
chainId: 1,
|
|
595
635
|
address: "0x8B21e9b7dAF2c4325bf3D18c1BeB79A347fE902A",
|
|
@@ -4406,7 +4446,7 @@ var tokens = [
|
|
|
4406
4446
|
var version = {
|
|
4407
4447
|
major: 8,
|
|
4408
4448
|
minor: 3,
|
|
4409
|
-
patch:
|
|
4449
|
+
patch: 110
|
|
4410
4450
|
};
|
|
4411
4451
|
var optimism_tokenlist_default = {
|
|
4412
4452
|
name,
|