@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.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 = "2024-02-
|
|
44
|
+
var timestamp = "2024-02-13T19:30:52.478Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -769,6 +769,58 @@ var tokens = [
|
|
|
769
769
|
opTokenId: "BTRST"
|
|
770
770
|
}
|
|
771
771
|
},
|
|
772
|
+
{
|
|
773
|
+
chainId: 5,
|
|
774
|
+
address: "0x39e09359F5a7396937504Eb2766722e2bf4650e8",
|
|
775
|
+
name: "BTRST",
|
|
776
|
+
symbol: "BTRST",
|
|
777
|
+
decimals: 18,
|
|
778
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
779
|
+
extensions: {
|
|
780
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
781
|
+
opListId: "extended",
|
|
782
|
+
opTokenId: "BTRST"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
chainId: 84531,
|
|
787
|
+
address: "0x99aC4484e8a1dbd6A185380B3A811913Ac884D87",
|
|
788
|
+
name: "BTRST",
|
|
789
|
+
symbol: "BTRST",
|
|
790
|
+
decimals: 18,
|
|
791
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
792
|
+
extensions: {
|
|
793
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
794
|
+
opListId: "extended",
|
|
795
|
+
opTokenId: "BTRST"
|
|
796
|
+
}
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
chainId: 11155111,
|
|
800
|
+
address: "0xE490c7698F2b80789Fe312162d9D0a1Bd8C9beeE",
|
|
801
|
+
name: "BTRST",
|
|
802
|
+
symbol: "BTRST",
|
|
803
|
+
decimals: 18,
|
|
804
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
805
|
+
extensions: {
|
|
806
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
807
|
+
opListId: "extended",
|
|
808
|
+
opTokenId: "BTRST"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
chainId: 84532,
|
|
813
|
+
address: "0xE490c7698F2b80789Fe312162d9D0a1Bd8C9beeE",
|
|
814
|
+
name: "BTRST",
|
|
815
|
+
symbol: "BTRST",
|
|
816
|
+
decimals: 18,
|
|
817
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
818
|
+
extensions: {
|
|
819
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
820
|
+
opListId: "extended",
|
|
821
|
+
opTokenId: "BTRST"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
772
824
|
{
|
|
773
825
|
chainId: 1,
|
|
774
826
|
address: "0x936Ab482d6bd111910a42849D3A51Ff80BB0A711",
|
|
@@ -6838,7 +6890,7 @@ var tokens = [
|
|
|
6838
6890
|
var version = {
|
|
6839
6891
|
major: 9,
|
|
6840
6892
|
minor: 0,
|
|
6841
|
-
patch:
|
|
6893
|
+
patch: 36
|
|
6842
6894
|
};
|
|
6843
6895
|
var optimism_tokenlist_default = {
|
|
6844
6896
|
name,
|