@eth-optimism/tokenlist 9.0.35 → 9.0.36
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 +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-c3f01836.d.ts → optimism.tokenlist-4c9c44f4.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -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 = "2024-02-
|
|
25
|
+
var timestamp = "2024-02-13T19:30:52.478Z";
|
|
26
26
|
var tokens = [
|
|
27
27
|
{
|
|
28
28
|
chainId: 1,
|
|
@@ -750,6 +750,58 @@ var tokens = [
|
|
|
750
750
|
opTokenId: "BTRST"
|
|
751
751
|
}
|
|
752
752
|
},
|
|
753
|
+
{
|
|
754
|
+
chainId: 5,
|
|
755
|
+
address: "0x39e09359F5a7396937504Eb2766722e2bf4650e8",
|
|
756
|
+
name: "BTRST",
|
|
757
|
+
symbol: "BTRST",
|
|
758
|
+
decimals: 18,
|
|
759
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
760
|
+
extensions: {
|
|
761
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
762
|
+
opListId: "extended",
|
|
763
|
+
opTokenId: "BTRST"
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
chainId: 84531,
|
|
768
|
+
address: "0x99aC4484e8a1dbd6A185380B3A811913Ac884D87",
|
|
769
|
+
name: "BTRST",
|
|
770
|
+
symbol: "BTRST",
|
|
771
|
+
decimals: 18,
|
|
772
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
773
|
+
extensions: {
|
|
774
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
775
|
+
opListId: "extended",
|
|
776
|
+
opTokenId: "BTRST"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
chainId: 11155111,
|
|
781
|
+
address: "0xE490c7698F2b80789Fe312162d9D0a1Bd8C9beeE",
|
|
782
|
+
name: "BTRST",
|
|
783
|
+
symbol: "BTRST",
|
|
784
|
+
decimals: 18,
|
|
785
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
786
|
+
extensions: {
|
|
787
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
788
|
+
opListId: "extended",
|
|
789
|
+
opTokenId: "BTRST"
|
|
790
|
+
}
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
chainId: 84532,
|
|
794
|
+
address: "0xE490c7698F2b80789Fe312162d9D0a1Bd8C9beeE",
|
|
795
|
+
name: "BTRST",
|
|
796
|
+
symbol: "BTRST",
|
|
797
|
+
decimals: 18,
|
|
798
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
799
|
+
extensions: {
|
|
800
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
801
|
+
opListId: "extended",
|
|
802
|
+
opTokenId: "BTRST"
|
|
803
|
+
}
|
|
804
|
+
},
|
|
753
805
|
{
|
|
754
806
|
chainId: 1,
|
|
755
807
|
address: "0x936Ab482d6bd111910a42849D3A51Ff80BB0A711",
|
|
@@ -6819,7 +6871,7 @@ var tokens = [
|
|
|
6819
6871
|
var version = {
|
|
6820
6872
|
major: 9,
|
|
6821
6873
|
minor: 0,
|
|
6822
|
-
patch:
|
|
6874
|
+
patch: 36
|
|
6823
6875
|
};
|
|
6824
6876
|
var optimism_tokenlist_default = {
|
|
6825
6877
|
name,
|