@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.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 = "2023-08-09T22:54:
|
|
44
|
+
var timestamp = "2023-08-09T22:54:58.755Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -609,6 +609,46 @@ var tokens = [
|
|
|
609
609
|
opTokenId: "CHI"
|
|
610
610
|
}
|
|
611
611
|
},
|
|
612
|
+
{
|
|
613
|
+
chainId: 1,
|
|
614
|
+
address: "0xc8d9871a79551ab4439c9e08f12962e3785f0437",
|
|
615
|
+
name: "CryptoOracle Collective",
|
|
616
|
+
symbol: "COC",
|
|
617
|
+
decimals: 18,
|
|
618
|
+
logoURI: "https://ethereum-optimism.github.io/data/COC/logo.svg",
|
|
619
|
+
extensions: {
|
|
620
|
+
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
621
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
622
|
+
opListId: "extended",
|
|
623
|
+
opTokenId: "COC"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
chainId: 10,
|
|
628
|
+
address: "0x629c2fd5d5f432357465b59d7832389a89956f0b",
|
|
629
|
+
name: "CryptoOracle Collective",
|
|
630
|
+
symbol: "COC",
|
|
631
|
+
decimals: 18,
|
|
632
|
+
logoURI: "https://ethereum-optimism.github.io/data/COC/logo.svg",
|
|
633
|
+
extensions: {
|
|
634
|
+
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
635
|
+
opListId: "extended",
|
|
636
|
+
opTokenId: "COC"
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
chainId: 8453,
|
|
641
|
+
address: "0xE2B21D4684b2bA62F3BE1FE286eacb90D26E394d",
|
|
642
|
+
name: "CryptoOracle Collective",
|
|
643
|
+
symbol: "COC",
|
|
644
|
+
decimals: 18,
|
|
645
|
+
logoURI: "https://ethereum-optimism.github.io/data/COC/logo.svg",
|
|
646
|
+
extensions: {
|
|
647
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
648
|
+
opListId: "extended",
|
|
649
|
+
opTokenId: "COC"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
612
652
|
{
|
|
613
653
|
chainId: 1,
|
|
614
654
|
address: "0x8B21e9b7dAF2c4325bf3D18c1BeB79A347fE902A",
|
|
@@ -4425,7 +4465,7 @@ var tokens = [
|
|
|
4425
4465
|
var version = {
|
|
4426
4466
|
major: 8,
|
|
4427
4467
|
minor: 3,
|
|
4428
|
-
patch:
|
|
4468
|
+
patch: 110
|
|
4429
4469
|
};
|
|
4430
4470
|
var optimism_tokenlist_default = {
|
|
4431
4471
|
name,
|