@eth-optimism/tokenlist 8.3.111 → 8.3.112
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 +18 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -4
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-f05a2b4c.d.ts → optimism.tokenlist-aa62b75e.d.ts} +18 -4
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +18 -4
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +18 -4
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2023-08-10T14:
|
|
9
|
+
var timestamp = "2023-08-10T14:49:42.833Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -922,9 +922,10 @@ var tokens = [
|
|
|
922
922
|
name: "Dola USD Stablecoin",
|
|
923
923
|
symbol: "DOLA",
|
|
924
924
|
decimals: 18,
|
|
925
|
-
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.
|
|
925
|
+
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.svg",
|
|
926
926
|
extensions: {
|
|
927
927
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
928
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
928
929
|
opListId: "extended",
|
|
929
930
|
opTokenId: "DOLA"
|
|
930
931
|
}
|
|
@@ -935,13 +936,26 @@ var tokens = [
|
|
|
935
936
|
name: "Dola USD Stablecoin",
|
|
936
937
|
symbol: "DOLA",
|
|
937
938
|
decimals: 18,
|
|
938
|
-
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.
|
|
939
|
+
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.svg",
|
|
939
940
|
extensions: {
|
|
940
941
|
optimismBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
941
942
|
opListId: "extended",
|
|
942
943
|
opTokenId: "DOLA"
|
|
943
944
|
}
|
|
944
945
|
},
|
|
946
|
+
{
|
|
947
|
+
chainId: 8453,
|
|
948
|
+
address: "0x4621b7A9c75199271F773Ebd9A499dbd165c3191",
|
|
949
|
+
name: "Dola USD Stablecoin",
|
|
950
|
+
symbol: "DOLA",
|
|
951
|
+
decimals: 18,
|
|
952
|
+
logoURI: "https://ethereum-optimism.github.io/data/DOLA/logo.svg",
|
|
953
|
+
extensions: {
|
|
954
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
955
|
+
opListId: "extended",
|
|
956
|
+
opTokenId: "DOLA"
|
|
957
|
+
}
|
|
958
|
+
},
|
|
945
959
|
{
|
|
946
960
|
chainId: 1,
|
|
947
961
|
address: "0x92E187a03B6CD19CB6AF293ba17F2745Fd2357D5",
|
|
@@ -4456,7 +4470,7 @@ var tokens = [
|
|
|
4456
4470
|
var version = {
|
|
4457
4471
|
major: 8,
|
|
4458
4472
|
minor: 3,
|
|
4459
|
-
patch:
|
|
4473
|
+
patch: 112
|
|
4460
4474
|
};
|
|
4461
4475
|
var optimism_tokenlist_default = {
|
|
4462
4476
|
name,
|